Skip to content

Instantly share code, notes, and snippets.

@shl7cc
Created March 4, 2015 06:05
Show Gist options
  • Save shl7cc/9bb237f0cac98c396be1 to your computer and use it in GitHub Desktop.
Save shl7cc/9bb237f0cac98c396be1 to your computer and use it in GitHub Desktop.
build and install pyodbc
#!/bin/bash
wget https://pyodbc.googlecode.com/files/pyodbc-3.0.7.zip
unzip pyodbc-3.0.7.zip
cd pyodbc-3.0.7
sudo yum install -y python-devel unixODBC-devel
python setup.py build
sudo python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment