I am having great difficulty getting virtualenv to work on my OSX machine. When I run virtualenv env
I get the error:
New python executable in env/bin/python
ERROR: The executable env/bin/python is not functioning
ERROR: It thinks sys.prefix is '/Users/tylerwendlandt/Documents/Courses/cmput_401' (should be '/Users/tylerwendlandt/Documents/Courses/cmput_401/env')
ERROR: virtualenv is not compatible with this system or executable
I tried looking around for solutions - but I can't seem to get it to work. I don't work with python very often, so this is mostly unfamiliar to me. I attempted to include the needed information, please let me know if more is needed. I appreciate any help - thank you.
which python
/Users/tylerwendlandt/anaconda/envs/ualbertacro/bin/python
python --version
Python 3.4.3 :: Continuum Analytics, Inc.
which pip
/Users/tylerwendlandt/anaconda/envs/ualbertacro/bin/pip
pip --version
pip 7.1.2 from /Users/tylerwendlandt/anaconda/envs/ualbertacro/lib/python3.4/site-packages (python 3.4)
which virtualenv
/Users/tylerwendlandt/anaconda/envs/ualbertacro/bin/virtualenv
virtualenv --version
13.1.2
update virtualenv version
pip install --upgrade virtualenv
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With