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")
 
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

Revision as of 00:15, 20 June 2019

Installing pip in Ubuntu

sudo apt-get install python-pip
pip -V