how to Install Pip on Debian 10
Installing pip for Python 3
sudo apt update
sudo apt install python3-pip
after installation, verify by doing;
pip3 --version
The version number may be different, but it will look something like the one below:
pip 18.1 from /usr/lib/python3/dist-packages/pip (python 3.7)
0 Comments
Recommended Comments
There are no comments to display.