virtualenv macosX --no-site-package ignored
- by Tristram Gräbener
Hello, I'm having problems with macOSX and virtualenv. It seems to ignore --no-site-package.
Using exactly the same commands with linux (archlinux) it works. It it macOSX 10.5 with python 2.5
curl -o virtualenv.py 'http://bitbucket.org/ianb/virtualenv/raw/tip/virtualenv.py
Create a new environment
python virtualenv.py --no-site-packages foo
New…