Skip to content

Instantly share code, notes, and snippets.

@songpon
Created December 8, 2017 04:00
Show Gist options
  • Save songpon/ffcf95a7f5bd894727cbbf864423d66c to your computer and use it in GitHub Desktop.
Save songpon/ffcf95a7f5bd894727cbbf864423d66c to your computer and use it in GitHub Desktop.
# 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