conda create --name python27 python=2.7 #创建python2.7
source activate python27 #激活Python2.7
source deactivate python27 #取消激活Python2.7
conda create --name python27 python=2.7 #创建python2.7
source activate python27 #激活Python2.7
source deactivate python27 #取消激活Python2.7
本文标题:切换Python2.x 和Python3.x版本
本文链接:https://www.haomeiwen.com/subject/whmopttx.html
网友评论