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 Virtualenvs plugin for SublimeText 3.
When I try, it asks me for a virtualenvs path which I give:
~/users/../anaconda/envs/python27
Then it asks for what I'm assuming is a path to a python distribution because it lists file paths for the system versions of python -- but not the anaconda install.
I have no real desire to use the plug in, I just want to be able to use both versions of python. Could I use a project settings file to set the version of python instead?
Anaconda_installation_folder/envs/name_of_environment
. – Burmaburmanvirtualenv
orconda create
. But then the environment should be stored in the above mentioned subfolder of your anaconda installation:~Anaconda_installation_folder~/envs/python35
– Burmaburmanpython.app
it probably exists. Everything else depends on HOW you create build systems but normally you don't need to point at the executable ... – Burmaburman