Jump to content
EGGTCL

eggdrop

  • entries
    19
  • comments
    0
  • views
    492

how to Install Pip on Debian 10


Pugsley

43 views

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.

×
×
  • Create New...