Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created January 5, 2017 13:46
Show Gist options
  • Save diegopacheco/576ff74c2013ee79ea8060945b1e9a53 to your computer and use it in GitHub Desktop.
Save diegopacheco/576ff74c2013ee79ea8060945b1e9a53 to your computer and use it in GitHub Desktop.
How to Install pip3 on python3 Ubuntu 16.04
sudo apt-get install python3-setuptools
sudo easy_install3 pip
@KoteshwarSurga
Copy link

Thanks, helps a lot and saved my time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment