Created
December 8, 2017 04:00
-
-
Save songpon/ffcf95a7f5bd894727cbbf864423d66c to your computer and use it in GitHub Desktop.
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
# https://stackoverflow.com/questions/37771434/mac-pip-install-pymssql-error | |
# install freetds | |
brew unlink freetds; | |
brew install [email protected]; | |
brew link --force [email protected] | |
echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.bash_profile | |
pip install pymssql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment