[problem help] loong64环境下,自带的python无pip Resolved
Tofloor
poster avatar
🇨🇳正在科研中@xiaoyang
deepin
2024-05-09 19:07
Author

如标题所说,新安装的deepin 23系统自带的python是没有pip的。

xiaoyang@xiaoyang-PC:/usr/bin$ python -V
Python 3.11.6
xiaoyang@xiaoyang-PC:/usr/bin$ pip
bash: pip: 未找到命令
Reply Favorite View the author
All Replies
🇨🇳正在科研中@xiaoyang
deepin
2024-05-09 19:41
#1

解决方案:sudo apt install python3-pip

Reply View the author
chmod700
deepin
2024-05-10 02:20
#2
The user is banned, and the content is hidden.
deepin
2024-05-10 10:38
#3

虽然你解决了。但还是推荐使用Python的venv模块新建虚拟环境然后使用其中的pip

Reply View the author