You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: