ArchLinux下安装pip

  • 使用wget
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
  • 使用pacman
sudo pacman -S python-pip

安装完成

Logo