Manage Repositories Button - VirtualEnv vs. PipEnv
Answered
I am new-ish to PyCharm, and I have a question regarding the Manage Repositories button. Is there a reason why the Manage Repositories button is available if I set up an interpreter using VirtualEnv, but it's not available if I set up an interpreter using PipEnv? I'd like to use both PyPi and an on-prem Artifactory repository, and I find it easier to deal with PipEnv in a Team City build step than VirtualEnv. Is this by design or am I just missing something?
Regards,
Bruber
Please sign in to leave a comment.
I think you should specify that repository in your pipfile.
Unfortunately, there is a known bug with it https://youtrack.jetbrains.com/issue/PY-36268, but you can still install packages from the terminal.