如何在deepin下进行python pip 安装
Tofloor
poster avatar
3***2@qq.com
deepin
2018-08-01 02:13
Author

各位大神,我在deepin上运行python,在终端输入“pip install" 提示找不到“pip”命令是怎么回事啊
Reply Favorite View the author
All Replies
avatar
addhapp
deepin
2018-08-01 02:28
#1
贴一下截图
Reply View the author
avatar
yjhenan
deepin
2018-08-01 02:30
#2
Reply View the author
avatar
187******09
deepin
2018-08-01 05:21
#3
搜一下 get_pip,保存成.py文件,用python运行一下
Reply View the author
avatar
BingoLove
deepin
2018-08-01 05:45
#4
sudo apt install python-pip
Reply View the author
avatar
whoam1
deepin
2018-08-01 19:02
#5
先安装才能用,建议安装完修改pip源地址为国内。
Reply View the author
avatar
不避风云
deepin
2018-08-02 15:05
#6
对于python3,则为pip3
Reply View the author
avatar
不避风云
deepin
2018-08-02 15:06
#7
我看到的命令为pip的,基本都是用 pip3代替。
Reply View the author
avatar
celtics110
deepin
2018-08-02 16:32
#8
估计你装的python3吧,所以得用pip3 install
Reply View the author
avatar
leixiaozeng
deepin
2018-08-02 16:53
#9
sudo apt install python3-pip

and

sudo apt install python-pip

Reply View the author
avatar
3***2@qq.com
deepin
2018-08-03 09:12
#10
截图如下

Reply View the author
avatar
3***2@qq.com
deepin
2018-08-03 09:30
#11
谢谢各位,用sudo apt install python-pip更新了Python2.7,用pip命令就可以了
Reply View the author
avatar
atoin
deepin
2020-02-20 01:14
#12
原来如此
Reply View the author
avatar
loner
deepin
2021-04-08 00:50
#13
leixiaozeng
sudo apt install python3-pip

and

sudo apt install python-pip

python3有效

Reply View the author