Last active
May 18, 2017 17:45
-
-
Save jayhuang75/405d9d95c4cdf3774b0dd57effc09fa5 to your computer and use it in GitHub Desktop.
install the python2.7, pip and pyspark in centos 7
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
yum update | |
yum install scl-utils | |
yum install centos-release-scl-rh | |
yum install python27 | |
python -V | |
scl enable python27 bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment