Archive for April, 2011
Setting up compass stylesheet authoring framework in Ubuntu 10.10
In case it’s useful to other Ubuntu users, here’s a quick and painless way of getting the compass stylesheet authoring framework version 0.10.6 set up and ready to rock in Ubuntu 10.10 Maverick Meerkat. sudo apt-get install ruby1.9.1 sudo gem1.9.1 install compass sudo echo “PATH=$PATH:/var/lib/gems/1.9.1/bin:$HOME/.gem/ruby/1.9.1/bin” > /etc/profile.d/rubygems1.9.1.sh compass version I’m not a Ruby on Rails [...]