Difference between revisions of "Installing pip"
Jump to navigation
Jump to search
(Created page with "=== Installing pip === sudo apt-get install python-pip pip -V") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | Installing pip in Ubuntu | |
sudo apt-get install python-pip | sudo apt-get install python-pip | ||
pip -V | pip -V |
Latest revision as of 23:16, 19 June 2019
Installing pip in Ubuntu
sudo apt-get install python-pip pip -V