Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chaityacshah/b20b851266eea3625eb7a06baca2a1d3 to your computer and use it in GitHub Desktop.
Save chaityacshah/b20b851266eea3625eb7a06baca2a1d3 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment