With pip you can create custom config per venv (custom index-url etc) with pip.conf files. I think it's impossible with uv as it doesn't look for the uv.toml file within the active venv.
This could be helpful with managing these configs if one needs to work with / test different scenarios without modifying repo code or constantly changing uv.toml that is being detected (IIRC it works with closest to cwd working upwards)
With pip you can create custom config per venv (custom index-url etc) with pip.conf files. I think it's impossible with uv as it doesn't look for the
uv.toml
file within the active venv.This could be helpful with managing these configs if one needs to work with / test different scenarios without modifying repo code or constantly changing
uv.toml
that is being detected (IIRC it works with closest to cwd working upwards)