So while a few months ago I posted this on Fb:
So you want a funny weekend…
1) sudo apt-get install ruby-rvm
2) sudo rvm install 1.9.3-p0
3) sudo rvm use 1.9.3-p0 —default
4) sudo gem install rails
5) LOTS OF FUN
I am now going into this:
sudo apt-get install pip
sudo pip install virtualenv
virtualenv ~/my_env
sudo ~/my_env/bin/pip install Django
I hope to get better and better!