Sha*_*yar 0 python ubuntu pip python-3.x
我正在pip为python3 安装.我使用了以下命令:
sudo apt-get install python3-pip
Run Code Online (Sandbox Code Playgroud)
但安装后仍然说pip没有安装.
我python 3.5.2安装了.
安装它的最佳方法是:
wget https://bootstrap.pypa.io/get-pip.py
cd ~/Downloads/(如果你的版本是英文,你会发现它是法文版Téléchargements)
然后在下载后,尝试:
sudo python3 get-pip.py