Skip to content

Instantly share code, notes, and snippets.

@adrianomelo
Created March 10, 2011 22:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianomelo/865114 to your computer and use it in GitHub Desktop.
Save adrianomelo/865114 to your computer and use it in GitHub Desktop.
Script de instalação de dependencias para o WSL
# 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