Skip to content

Instantly share code, notes, and snippets.

@sergeytsivin
Created February 7, 2018 12:05
Show Gist options
  • Save sergeytsivin/d156f12653b645b1da7af9982df21573 to your computer and use it in GitHub Desktop.
Save sergeytsivin/d156f12653b645b1da7af9982df21573 to your computer and use it in GitHub Desktop.
INSTALL pymssql on Mac OS X
brew install freetds@0.91
If you have already installed freetds1.00 you will have to unlink it and link 0.91 instead:
brew unlink freetds
brew link --force freetds@0.91
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment