Last active
September 29, 2018 06:20
-
-
Save baby5/e54e4a87e151a99c955c10154f0a236e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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