相关疑难解决方法(0)

无法在ubuntu中安装pip?

我试过几次安装pip但不能.这是我的终端在尝试安装pip时的样子:

aman@aman-HP-Pavilion-Notebook:~$ sudo apt-get install python-pip

Reading package lists... Done
Building dependency tree       
Reading state information... Done
python-pip is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

aman@aman-HP-Pavilion-Notebook:~$ pip

The program 'pip' is currently not installed. You can install it by typing:
sudo apt-get install python-pip

aman@aman-HP-Pavilion-Notebook:~$ sudo pip

sudo: pip: command not found

aman@aman-HP-Pavilion-Notebook:~$
Run Code Online (Sandbox Code Playgroud)

python linux installation pip ubuntu-14.04

4
推荐指数
1
解决办法
2万
查看次数

在Win 10的ubuntu 18.04上安装pip失败

我正在尝试在ubuntu上安装virtualenv。但是首先它说command 'pip' not found然后我输入sudo apt install python pip然后说"E: Unable to locate package python-pip"

我试图重置wsl,使用cmd下载,但不适用于ubuntu。我不知道为什么 即使我使用cmd下载了python3,virtualenv,pip。它不适用于ubuntu 18.04。另一个无法安装pip的是ubuntu 14.04。

aiki@LAPTOP-886AEJJG:~$ pip

Command 'pip' not found, but can be installed with:

sudo apt install python-pip

aiki@LAPTOP-886AEJJG:~$ sudo apt install python-pip
[sudo] password for aiki:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-pip
Run Code Online (Sandbox Code Playgroud)

我试图在win 10上安装jarvis和mycroft,但是我需要使用ubuntu,因为它仅适用于linux。帮助sos,不要使用Google或Alexa!

python linux ubuntu ubuntu-18.04

1
推荐指数
5
解决办法
818
查看次数

标签 统计

linux ×2

python ×2

installation ×1

pip ×1

ubuntu ×1

ubuntu-14.04 ×1

ubuntu-18.04 ×1