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
@bhochieng
Copy link

Thank you

@agnelvishal
Copy link

On more modern versions of Ubuntu like 16.04 you could just sudo apt-get install python3-pip (and then use pip3),

@kavithamadhavaraj
Copy link

This helped me after hours of effort to fix the mess. Thanks

@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