1. 程式人生 > >linux 安裝python 和pip

linux 安裝python 和pip

roo 下載 href external eba www nbsp 文件 con

下載文件

python官網:https://www.python.org/downloads/    

百度網盤http://pan.baidu.com/s/1mixGB12 密碼 9nzu

[[email protected] webapps]# python -V
Python 2.6.6

安裝pip

使用腳本安裝和升級pip

要安裝或升級pip,需要下載 get-pip.py. 地址:https://bootstrap.pypa.io/get-pip.py

然後運行以下命令 (需要管理員權限):

$ wget https://bootstrap.pypa.io/get-pip.py
$ python get-pip.py
$ pip -V  #查看pip版本

linux 安裝python 和pip