Skip to content

Instantly share code, notes, and snippets.

@kofrasa
Last active December 8, 2015 19:44
Show Gist options
  • Save kofrasa/d1e63487591397ef78e0 to your computer and use it in GitHub Desktop.
Save kofrasa/d1e63487591397ef78e0 to your computer and use it in GitHub Desktop.
Scripts to setup my DEV machine
# install Java8
sudo add-apt-repository ppa:webupd8team/java
sudo -E apt-get update
sudo -E apt-get install -y --force-yes oracle-java8-installer
sudo -E apt-get install -y --force-yes oracle-java8-set-default
# install PIP
sudo apt-get install python-pip python-dev build-essential
sudo pip install --upgrade pip
sudo pip install --upgrade virtualenv
# install libevent
sudo apt-get install libevent-dev
# install ncurses
sudo apt-get install libncurses-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment