Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

1.系统python版本为3.6,如何在anaconda多个环境中,如何在python2.7这个环境打开编译器去编程,
我已激活2.7版本,但是在里面输入jupyter,spider等等都是3.6?
想要打开后为2.7的


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.1k views
Welcome To Ask or Share your Answers For Others

1 Answer

不同环境可以使用virtualenv这个工具创建,首先你系统中python2.7,3.6版本都要先安装。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...