-
Notifications
You must be signed in to change notification settings - Fork 0
Using python pip with a proxy
Kelly (KT) Thompson edited this page Jul 15, 2021
·
6 revisions
- Example:
> python.exe -m pip install --proxy http://proxyout.whatever.com:8080 --user pipenv
- Might need to add some python directories to
%PATH%> set PATH=%ProgramFiles%\Python38;%APPDATA%\Python\Python38\Scripts;%PATH%
> python.exe -m pip install --proxy http://proxyout.lanl.gov:8080 --user --upgrade pip> python.exe -m pip install --user fprettify cmake-format flake8
$ python.exe -m pip install --proxy http://proxyout.lanl.gov:8080 --user redmine-gitlab-migrator