Skip to content

Instantly share code, notes, and snippets.

@gwsu2008
Last active May 1, 2019 22:00
Show Gist options
  • Save gwsu2008/5d36f394f0711ab19fab7ec617fd583f to your computer and use it in GitHub Desktop.
Save gwsu2008/5d36f394f0711ab19fab7ec617fd583f to your computer and use it in GitHub Desktop.
build-pandas
sudo yum groupinstall "Development Tools"
sudo yum install make glibc-devel gcc patch
sudo yum install gcc-c++
sudo yum install openssl-devel
update-alternatives --config gcc ( choose gcc48)
/usr/local/bin/virtualenv test-env
source test-env/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment