标签:python2 nbsp mamicode img 激活 cmd 安装 使用 pytho
https://jingyan.baidu.com/article/455a9950500494a166277808.html
[1]将conda的路径加入系统环境变量
[2]如果conda安装成功了,就可以在cmd里面使用conda为Anaconda安装python2:
conda create -n py2 python=2
[3]cmd会提示你是否安装,输入y,表示yes。
[5]用conda为python2安装spyder编译器。
conda install -n py2 spyder
想要切换到python2版本,需要在cmd里面输入activate py2,来激活python2,然后打开的spyder才是python2的编译器。
标签:python2 nbsp mamicode img 激活 cmd 安装 使用 pytho
原文地址:https://www.cnblogs.com/gisalameda/p/11080771.html