I installed latest version of Anaconda that gave me Python 3.6.0. Now i need to do following ( Platform WINDOWS )
- Create another environment with python 2.7
- Always set that environment as my default environment.
- install Spyder and several other packages for python 2.7 that are installed into my root environment for python 3.6.0 ( NOT MANUALLY ).
I tried creating another environment using
Conda create --name env-python-2.7 python=2.7
But this does not install several packages that are by default installed with my root environment.
Also when i launch Spyder it is always using my root environment which is pointing to Python 3.6.0