Solved: /usr/bin/python3: No module named pip error on Linux

1

reference1

manually install pip:

1
2
wget https://bootstrap.pypa.io/get-pip.py
sudo python3 get-pip.py

In Debian distributions:

1
2
3
sudo apt-get install python-pip ##for python2

sudo apt-get install python3-pip ##for python3

2

reference2


Solved: /usr/bin/python3: No module named pip error on Linux
http://example.com/2022/08/01/Solved-usr-bin-python3-No-module-named-pip-error-on-Linux/
作者
Jie
发布于
2022年8月1日
许可协议