Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created August 16, 2016 21:16
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save diegopacheco/ee7ac81deb6e33a8cf7ae9f674e0df6a to your computer and use it in GitHub Desktop.
Save diegopacheco/ee7ac81deb6e33a8cf7ae9f674e0df6a to your computer and use it in GitHub Desktop.
How to Install Pip3 on CentOS / Amazon Linux?
sudo yum install -y python34-setuptools
sudo easy_install-3.4 pip
@chaityacshah
Copy link

I found this useful. Thanks!

@thclark
Copy link

thclark commented Jun 28, 2017

Thanks diego, not as obvious as ubuntu's sudo apt-get install python3 pip3!!!

@amindba
Copy link

amindba commented Apr 3, 2018

Thanks. It worked for me.

@robax
Copy link

robax commented Sep 25, 2018

thanks man!

@mathiasleroy
Copy link

still
sudo: pip3: command not found

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