sudo yum install -y python34-setuptools
sudo easy_install-3.4 pip
Created
August 16, 2016 21:16
-
-
Save diegopacheco/ee7ac81deb6e33a8cf7ae9f674e0df6a to your computer and use it in GitHub Desktop.
How to Install Pip3 on CentOS / Amazon Linux?
Thanks. It worked for me.
thanks man!
still
sudo: pip3: command not found
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks diego, not as obvious as ubuntu's
sudo apt-get install python3 pip3
!!!