My computer already installed Python 3.5 with anaconda.
$ python --version
Python 3.5.2 :: Anaconda 4.2.0 (x86_64)
I'm following the Installation instruction. There are some errors show up when I want to specify my targetDirectory.
$ virtualenv --system-site-packages ~/tensorflow
Using base prefix '/Users/UserName/anaconda'
New python executable in /Users/UserName/tensorflow/bin/python
dyld: Library not loaded: @rpath/libpython3.5m.dylib
Referenced from: /Users/UserName/tensorflow/bin/python
Reason: image not found
ERROR: The executable /Users/UserName/tensorflow/bin/python is not functioning
ERROR: It thinks sys.prefix is '/Users/UserName/anaconda/lib/python3.5/site-packages' (should be '/Users/UserName/tensorflow')
ERROR: virtualenv is not compatible with this system or executable
How can I fix the environment issue?