本文最后更新于 762 天前,其中的信息可能已经有所发展或是发生改变。
cd /opt
weget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
pip -V
如果在sudo时出现错误请sudo root,并输入密码。
此方法适用于Linux系统。
cd /opt
weget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
pip -V
如果在sudo时出现错误请sudo root,并输入密码。
此方法适用于Linux系统。