Pycharm pip install wont work behind a proxy

前端 未结 6 580
花落未央
花落未央 2020-12-17 00:42

I\'m trying to install packages from within Pycharm in Windows 10. I am behind a proxy, so I have set up the proxy information as well as my login details and my connection

6条回答
  •  离开以前
    2020-12-17 01:12

    If you don't want to modify system or user environment variables, proxy address can be passed to PyCharm pip also with this modification of PyCharm Community Edition 2019.3.3.lnk (or another version) in Windows:

    C:\Windows\System32\cmd.exe /c "SET HTTPS_PROXY=http://proxyAddress:port&& START /D ^"C:\Program Files\JetBrains\PyCharm Community Edition 2019.3.3\bin^" pycharm64.exe"
    

提交回复
热议问题