Skip to content

Instantly share code, notes, and snippets.

@jayhuang75
Last active May 18, 2017 17:45
Show Gist options
  • Save jayhuang75/405d9d95c4cdf3774b0dd57effc09fa5 to your computer and use it in GitHub Desktop.
Save jayhuang75/405d9d95c4cdf3774b0dd57effc09fa5 to your computer and use it in GitHub Desktop.
install the python2.7, pip and pyspark in centos 7
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