Skip to content

Instantly share code, notes, and snippets.

@instance-id
Last active May 17, 2019 23:24
Show Gist options
  • Save instance-id/a42c2785ebcc93c908c12e815c8bae94 to your computer and use it in GitHub Desktop.
Save instance-id/a42c2785ebcc93c908c12e815c8bae94 to your computer and use it in GitHub Desktop.
python-pyodbc
sudo apt install libsqliteodbc
sudo apt install -f unixodbc-dev unixodbc libodbc1
sudo apt install python-pyodbc
sudo apt install update
sudo su
curl https://packages.microsoft.com/config/ubuntu/18.10/prod.list > /etc/apt/sources.list.d/mssql-release.list
exit
sudo ACCEPT_EULA=Y apt-get install msodbcsql17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment