Packages not installed on virtual env if existant on local env #5256
Labels
Type: Bug 🐛
This issue is a bug.
Type: Duplicate
This issue is a duplicate of an already-existing issue.
Type: Regression
This issue is a regression of a previous behavior.
Issue description
Tried to run some code to get me a list of github repos. For that I need all packages that PyGithub downloads.
If, for example, I have certifi package already on my original python site-packages directory and I run pipenv install for PyGithub, the certifi package won't be installed on the newly created virtual env.
Expected result
I expected that the packages already installed in original env would also be installed on virtual environments if they don't have it.
Actual result
The packages already existing in the original env, will not be installed on the virtual env.
Steps to replicate
Pipfile
main.py
The text was updated successfully, but these errors were encountered: