Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
如何在deepin下进行python pip 安装
Apps Section
7223
views ·
13
replies ·
To
floor
Go
3***2@qq.com
deepin
2018-08-01 02:13
Author
各位大神,我在deepin上运行python,在终端输入“pip install" 提示找不到“pip”命令是怎么回事啊
Reply
Like 0
Favorite
View the author
All Replies
addhapp
deepin
2018-08-01 02:28
#1
贴一下截图
Reply
Like 0
View the author
yjhenan
deepin
2018-08-01 02:30
#2
https://bbs.deepin.org/post/132143
Reply
Like 0
View the author
187******09
deepin
2018-08-01 05:21
#3
搜一下 get_pip,保存成.py文件,用python运行一下
Reply
Like 0
View the author
BingoLove
deepin
2018-08-01 05:45
#4
sudo apt install python-pip
Reply
Like 0
View the author
whoam1
deepin
2018-08-01 19:02
#5
先安装才能用,建议安装完修改pip源地址为国内。
Reply
Like 0
View the author
不避风云
deepin
2018-08-02 15:05
#6
对于python3,则为pip3
Reply
Like 0
View the author
不避风云
deepin
2018-08-02 15:06
#7
我看到的命令为pip的,基本都是用 pip3代替。
Reply
Like 0
View the author
celtics110
deepin
2018-08-02 16:32
#8
估计你装的python3吧,所以得用pip3 install
Reply
Like 0
View the author
leixiaozeng
deepin
2018-08-02 16:53
#9
sudo apt install python3-pip
and
sudo apt install python-pip
Reply
Like 1
View the author
3***2@qq.com
deepin
2018-08-03 09:12
#10
截图如下
Reply
Like 0
View the author
3***2@qq.com
deepin
2018-08-03 09:30
#11
谢谢各位,用sudo apt install python-pip更新了Python2.7,用pip命令就可以了
Reply
Like 0
View the author
atoin
deepin
2020-02-20 01:14
#12
原来如此
Reply
Like 0
View the author
loner
deepin
2021-04-08 00:50
#13
leixiaozeng
:
sudo apt install python3-pip
and
sudo apt install python-pip
python3有效
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
【Enhanced Repo】Better Deepin Repo is released
Popular Events
More
各位大神,我在deepin上运行python,在终端输入“pip install" 提示找不到“pip”命令是怎么回事啊