Skip to content

Instantly share code, notes, and snippets.

View matheusoliveira-luizalabs's full-sized avatar

Matheus Oliveira matheusoliveira-luizalabs

View GitHub Profile
@matheusoliveira-luizalabs
matheusoliveira-luizalabs / gist:cae4f0f39fe019eee315a6f988f70022
Created September 15, 2016 11:55 — 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"