Skip to content

Instantly share code, notes, and snippets.

@yueyoum
Created December 26, 2014 07:57
Show Gist options
  • Save yueyoum/62e69e2279182cfe0a20 to your computer and use it in GitHub Desktop.
Save yueyoum/62e69e2279182cfe0a20 to your computer and use it in GitHub Desktop.
#!/bin/bash
apt-get install build-essential
apt-get install libpcre3-dev
apt-get install libssl-dev
apt-get install libmysqld-dev
apt-get install libncurses5-dev
apt-get install libreadline-dev
apt-get install python-dev
apt-get install python-pip
apt-get install python-virtualenv
apt-get install swig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment