How to change `pip` configuration in PyCharm to point to my private Pypi repository?
Completed
The Pycharm environment is:
PyCharm Community Edition 2017.1
Build #PC-171.3780.115, built on March 24, 2017
JRE: 1.8.0_112-release-736-b13 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 8.1 6.3
Please sign in to leave a comment.
Hi,
I find it by myself.
Go to the following location and click `+` add button to add new packages,
File->Settings->Project->Project Intepreter->`+`
In the downside, there are two buttons
`install Package` and `manage repositories`.
click `manage repositories`, you can change the settings.
it seems not to work if the pypi repository is protected by a password.
can you confirm ?
Using the method described above I am also unable to access a private pypi repository with basic auth embedded in the URL. Any help would be appreciated.
Please follow: https://youtrack.jetbrains.com/issue/PY-26556