Skip to content

Instantly share code, notes, and snippets.

@hitsumabushi
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitsumabushi/f51de0f20c19baa9631c to your computer and use it in GitHub Desktop.
Save hitsumabushi/f51de0f20c19baa9631c to your computer and use it in GitHub Desktop.
Initial Setup Shell
# Install basic packages
sudo apt-get update
sudo apt-get install zsh vim git curl wget
# pyenv installer
sudo apt-get install libreadline-dev libbz2-dev libsqlite3-dev
curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment