osx-yosemite

Anaconda Python: where are the virtual environments stored?

Anaconda Python: where are the virtual environments stored? Question: I am new to Anaconda Python and I am setting up a project in Sublime Text 3. I have installed Anaconda and created a virtual environment using: conda create -n python27 python=2.7 anaconda conda create -n python35 python=3.5 anaconda I am having trouble setting up the …

Total answers: 9

Installed Python 3 on Mac OS X but its still Python 2.7

Installed Python 3 on Mac OS X but its still Python 2.7 Question: I am currently running OS X Yosemite (10.10.2) on my MacBook Pro… By default, Apple ships Python 2.7.6 on Yosemite. Just downloaded and ran this installer for Python 3: python-3.4.3-macosx10.6.pkg When I opened up my Terminal and typed in python, this is …

Total answers: 9