-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
Summary
Hello,
i have a windows corporate machine that is behind a proxy but uses a local repo for the python packages which does not require any proxy.
I have the environment variable no_proxy
set on the local python repo
When I run for example
pip install black
it works fine, but if I try
uv pip install black
I get:
If I go to this page: https://docs.astral.sh/uv/reference/environment/ there is no NO_PROXY variable.
Can you please fix it?
Many thanks
Platform
Windows Server 2012
Version
0.8.15
Python version
python 3.12.5
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers