Last active
August 29, 2015 14:22
-
-
Save hitsumabushi/f51de0f20c19baa9631c to your computer and use it in GitHub Desktop.
Initial Setup Shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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