Difference between revisions of "Installing pip"

From Interaction Station Wiki
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 ===
+
Installing pip in Ubuntu
 
  sudo apt-get install python-pip
 
  sudo apt-get install python-pip
 
  pip -V
 
  pip -V

Latest revision as of 00:16, 20 June 2019

Installing pip in Ubuntu

sudo apt-get install python-pip
pip -V