码迷,mamicode.com
首页 > 编程语言 > 详细

Python2和Python3共存安装

时间:2017-08-22 01:46:57      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:需要   安装python   python2.7   tps   install   python2   com   https   xxxx   

记录下:

先下载Python2.7.6,安装完成,不要添加到path中;

再下载Python3.4.3,安装,不要添加到path中。

进入 Python2:

  py -2

进入Python3:

  py -3

 


若需要安装Python2的库,执行py -2 -m pip install xxxx即可,xxxx是库的名字。
若需要安装Python3的库,执行py -3 -m pip install xxxx即可。

 

https://python.freelycode.com/contribution/detail/139

https://segmentfault.com/a/1190000005068355

 

Python2和Python3共存安装

标签:需要   安装python   python2.7   tps   install   python2   com   https   xxxx   

原文地址:http://www.cnblogs.com/hanggegege/p/7407314.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!