python的pip如何更新到最新版本

2025-03-22 13:39:24
推荐回答(1个)
回答1:

命令如下:
1 tar -xvf Python-2.7.4.tgz
2 cd Python-2.7.4
3 ./configure --prefix=/usr/local/python2.7
4 make
5 make install