My Virtual Environment Is Having Access To Global Packages
I have virtualenv 15.1.0 installed. The problem is that when I create a virtual environment with virtualenv venv and then activate it, it will have access to packages installed g
Solution 1:
Check your environment variables? Such as $PATH
, $PYTHONPATH
.
virtualenv just manipulate your environment variables.
Post a Comment for "My Virtual Environment Is Having Access To Global Packages"