Skip to content

Instantly share code, notes, and snippets.

@ba0f3
Last active December 31, 2015 15:29
Show Gist options
  • Save ba0f3/8007323 to your computer and use it in GitHub Desktop.
Save ba0f3/8007323 to your computer and use it in GitHub Desktop.
compile latest pymssql version on CentOS
yum groupinstall "Development Tools"
yum install freetds-devel.x86_64 python-devel python-pip
pip install cython
wget https://github.com/pymssql/pymssql/archive/master.zip
unzip master
cd pymssql-master/
./setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment