Created
March 10, 2011 22:49
-
-
Save adrianomelo/865114 to your computer and use it in GitHub Desktop.
Script de instalação de dependencias para o WSL
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
# python | |
sudo aptitude install python2.6 \ | |
# blender | |
blender \ | |
# linux básico | |
virtualbox-ose \ | |
# django | |
python-django \ | |
# QtQuick | |
gedit-plugins \ | |
# ruby e ruby on rails | |
ruby1.9.1-full \ | |
# vim | |
vim vimdiff \ | |
# git | |
git git-core \ | |
# linux avançado | |
# html5 | |
# pygame | |
python-pygame | |
# Ruby on Rails | |
# Atualizando Ruby Gems | |
sudo gem update --system | |
# Instalacao de Rails | |
sudo gem install rails |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment