How to start two instances of Spyder with Python 2.7 & Python 3.4?

大兔子大兔子 提交于 2019-12-05 02:07:19

@Roberto: Gotcha!

Learnt that we can check for environments installed in conda using conda info -e

It showed the path for installed python 2 environment as C:\Users\ramprasad.g\AppData\Local\Continuum\Anaconda3\envs\python2\

Spyder IDE for Python 2 was in Scripts folder inside envs\python2 (C:\Users\ramprasad.g\AppData\Local\Continuum\Anaconda3\envs\python2\Scripts)

Clicked on it & voila, Spyder started with Python 2.7!

Thank you...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!