Category Archives: ruby

Install RVM and Ruby

rvm, virutualenv Remove ubuntu’s ruby-rvm sudo apt-get –purge ruby-rvm Install  curl -L https://get.rvm.io | bash -s stablervm list knownrvm install 1.9.3-head Configuration (.bashrc)  PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting source /home/victor.yang/.rvm/scripts/rvm

Posted in ruby | Leave a comment

Install sproutcore

 Ubuntu 11.10 Step 1 has be done before step 2, otherwise the ruby will complain about “zlib not installed” apt-get install zlib1g-dev libssl-dev libreadline5-dev libxml2-dev libsqlite3-devFollow steps in install sproutcore on linux

Posted in ruby, sproutcore, ubuntu | Leave a comment