Skip to content

Instantly share code, notes, and snippets.

@baby5
Last active September 29, 2018 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baby5/e54e4a87e151a99c955c10154f0a236e to your computer and use it in GitHub Desktop.
Save baby5/e54e4a87e151a99c955c10154f0a236e to your computer and use it in GitHub Desktop.
* use pyenv(https://github.com/pyenv/pyenv) please *
yum install epel-release # https://fedoraproject.org/wiki/EPEL#What_is_Extra_Packages_for_Enterprise_Linux_.28or_EPEL.29.3F
yum info python34 # check package info
yum install python34 # install
curl -O https://bootstrap.pypa.io/get-pip.py # install pip, setuptools, wheel
/usr/bin/python3.4 get-pip.py
yum info python34-devel # https://stackoverflow.com/a/31002176/6760065
yum install python34-devel # install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment