Last active
May 1, 2019 22:00
-
-
Save gwsu2008/5d36f394f0711ab19fab7ec617fd583f to your computer and use it in GitHub Desktop.
build-pandas
This file contains hidden or 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
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