Created
February 7, 2018 12:05
-
-
Save sergeytsivin/d156f12653b645b1da7af9982df21573 to your computer and use it in GitHub Desktop.
INSTALL pymssql on Mac OS X
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
brew install [email protected] | |
If you have already installed freetds1.00 you will have to unlink it and link 0.91 instead: | |
brew unlink freetds | |
brew link --force [email protected] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment