Skip to content

Instantly share code, notes, and snippets.

@tw0517tw
Last active March 14, 2016 10:36
Show Gist options
  • Save tw0517tw/1d7917d3b8e41ea478f8 to your computer and use it in GitHub Desktop.
Save tw0517tw/1d7917d3b8e41ea478f8 to your computer and use it in GitHub Desktop.
#! /bin/sh
# git
sudo add-apt-repository ppa:git-core/ppa
# python
sudo add-apt-repository ppa:fkrull/deadsnakes
# redis
sudo add-apt-repository ppa:chris-lea/redis-server
# node 4.x
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get update
sudo apt-get install -y nodejs git python3.5 python3-pip redis-server
sudo npm i -g npm@2 tldr
# for some python packages
sudo apt-get install -y libatlas-base-dev gfortran libfreetype6-dev libxft-dev
sudo apt-get install -y python3-scipy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment