首页 > 技术文章 > python技术实践清单

andy9468 2020-03-27 18:39 原文

python技术实践清单

目录:

1、安装python

2、安装pip

================================================================

正文:

1、安装python

(1)windows安装python

略。

 

(2)Linux安装python3

  1)Linux安装python3

  https://www.cnblogs.com/andy9468/p/10437344.html

 

  2)Linux安装最新Python2(py2现在已经停止更新了)

  https://www.cnblogs.com/andy9468/p/12574355.html

 

2、安装pip

Linux

安装pip2

https://www.cnblogs.com/andy9468/p/12574355.html#pip2

安装pip3

https://www.cnblogs.com/andy9468/p/10437344.html

 

3、安装虚拟环境包

Linux

python3安装虚拟环境包virtualenv

https://www.cnblogs.com/andy9468/p/10437344.html#xuni

 

推荐阅读