Try removing (or renaming) the file no-global-site-packages.txt
in your Lib
folder under your virtual environment.
Where venv is the name of your virtual environment, and python3.4 corresponds to whichever version of python involved, for example:
$ rm venv/lib/python3.4/no-global-site-packages.txt
And if you change your mind and want to put it back:
$ touch venv/lib/python3.4/no-global-site-packages.txt
Note: If you don't see the above file, then you have a newer version of virtualenv. You'll want to follow this answer instead
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…