Skip to content

Instantly share code, notes, and snippets.

View gumusc's full-sized avatar

Caner Gumus gumusc

  • Robito
  • London
  • 15:20 (UTC)
View GitHub Profile
@gumusc
gumusc / gist:1a303fa0b235e5ca605b3dec562627ce
Created September 22, 2017 16:07 — forked from Bouke/gist:10454272
Install FreeTDS, unixODBC and pyodbc on OS X

First, install the following libraries:

$ brew install unixodbc
$ brew install freetds --with-unixodbc

FreeTDS should already work now, without configuration:

$ tsql -S [IP or hostname] -U [username] -P [password]
locale is "en_US.UTF-8"

locale charset is "UTF-8"