Matt, thanks for your suggestion. I've checked my /usr/bin and there is no sass folder in there. Moreover, there is no sass folder at all according to $ whereis sass
It seem that it's not installed, but... $ haml -v Haml/Sass 3.1.49 (Bleeding Edge) What may cause the problem then? Appreciate your help! On Jul 4, 11:51 pm, Matt Harrison <[email protected]> wrote: > This isn't certain but.... > > On 03/07/2010 16:26, lyuba wrote: > > > Hello everyone! > > Please sorry if the question was already discussed, but I haven't > > found any suggestion so far. > > > What I want is just watch the folder of scss files. > > > I have Ruby, Rubygems and Haml Haml/Sass 3.1.49 (Bleeding Edge) > > installed on my Ubuntu 10.04. > > > That's what I get when trying to call sass: > > $ sass -help > > bash: /usr/bin/sass: No such file or directory > > The fact that it resolves the full path (/usr/bin/sass) indicates that > the file is there, but the error message leads you to believe otherwise. > /usr/bin/sass is a ruby script (at least I think it was the last time I > looked closely) and the error message is most likely talking about the > interpreter not being found. > > find your ruby interpreter (maybe /usr/bin/ruby) and check the first > line of /usr/bin/sass. They should be effectively the same.> Haml was > installed with sudo. What am I doing wrong? Appreciate you > > help! > > I hope this helps a little. -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
