I know that virtualenv, if not passed the --no-site-packages argument when creating a new virtual environment, will link the packages in /usr/local/lib/py
--no-site-packages
/usr/local/lib/py
In the directory site-packages, create a file dist.pth In the file dist.path, put the following: ../dist-packages
site-packages
../dist-packages
Now deactivate and activate your virtualenv. You should be set.