dug@ubuntu:~$ sudo gem install compass
Successfully installed sass-3.1.16
Successfully installed chunky_png-1.2.5
Successfully installed fssm-0.2.9
Successfully installed compass-0.12.1
4 gems installed
Installing ri documentation for sass-3.1.16...
Installing ri documentation for chunky_png-1.2.5...
Installing ri documentation for fssm-0.2.9...
Installing ri documentation for compass-0.12.1...
Updating class cache with 0 classes...
Installing RDoc documentation for sass-3.1.16...
Installing RDoc documentation for chunky_png-1.2.5...
Installing RDoc documentation for fssm-0.2.9...
Installing RDoc documentation for compass-0.12.1...
but when I try to use compass I get:
dug@ubuntu:/$ compass version
compass: command not found
dug@ubuntu:/$ compass create newproject
compass: command not found
One hint that may make things confusing is that apparently I had more than one version of compass installed
I removed all these versions, and installed one new one using sudo ( above )
but I think I have multiple versions of Ruby installed.
Ubuntu 10.04 comes with one and since it wasn't the latest, I installed a newer version on top of that
Does that sound like it could cause problems in the same way that multiple python installations causes consfusion
with installations?
I'll try to figure this out but could use some common sense Ruby knowledge and have none
Doug