“E: Unable to locate package python-pip” on Ubuntu 18.04

前端 未结 4 1675
臣服心动
臣服心动 2020-12-16 09:14

I am trying to install virtualenv on Ubuntu.

First it said command \'pip\' not found, so I typed

sudo apt install python-pip
         


        
4条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-16 09:54

    You might have python 3 pip installed already. Instead of pip install you can use pip3 install.

提交回复
热议问题