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

1
4 comments
Avatar
Permanently deleted user

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. 

 

1
Avatar
Permanently deleted user

it seems not to work if the pypi repository is protected by a password.

can you confirm ? 

 

1
Avatar
Permanently deleted user

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.

0

Please sign in to leave a comment.