Proper way to install pip on Ubuntu

前端 未结 8 1371
死守一世寂寞
死守一世寂寞 2021-01-31 08:34

I\'m trying to install the latest version of pip (currently 8.1.2) on the official ubuntu/trusty64 Vagrant box. The box comes with Python 2.7.6 and 3.4.3 pre-installed with apt-

8条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-31 09:06

    I believe that you can install it on Ubuntu with

    sudo apt-get install python-pip
    

    or

    sudo apt-get install python3-pip
    

    for Python 3. Sure, it's an older version but its functionality is there.

提交回复
热议问题