Skip to content

Instantly share code, notes, and snippets.

@prashanthmadi
Created October 25, 2018 23:15
Show Gist options
  • Save prashanthmadi/66dc11ea1e971087ea898bba307a725e to your computer and use it in GitHub Desktop.
Save prashanthmadi/66dc11ea1e971087ea898bba307a725e to your computer and use it in GitHub Desktop.
Init script for installing pyodbc on databricks
sudo apt-get -y install unixodbc-dev
python -m pip install pyodbc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment