sudo apt-get install python3-setuptools
sudo easy_install3 pip
Created
January 5, 2017 13:46
-
-
Save diegopacheco/576ff74c2013ee79ea8060945b1e9a53 to your computer and use it in GitHub Desktop.
How to Install pip3 on python3 Ubuntu 16.04
Thanks, very useful
Thanks, very nice!
Thanks, helps a lot.
Thank you
On more modern versions of Ubuntu like 16.04 you could just sudo apt-get install python3-pip
(and then use pip3),
This helped me after hours of effort to fix the mess. Thanks
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
thanks. saved me time.