安装pip3

sudo apt install python3-pip
sudo apt-get install python3-virtualenv

sudo pip3 install virtualenvwrapper

Could not find a version that satisfies the requirement pip3 (from versions: )
No matching distribution found for pip3
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.



wget https://bootstrap.pypa.io/get-pip.py
sudo python3 get-pip.py


相关文章:

  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2021-10-28
  • 2022-02-02
猜你喜欢
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
  • 2022-02-19
  • 2021-12-29
相关资源
相似解决方案