Ruby gems have a bin directory that Their executables are in. In most installs thats one of the standard bin directories -- but depending on how you installed, you might have to adjust your PATH.
Chris Hunt & pecked on my iPhone... Sorry if it's brief! On Mar 12, 2011, at 9:56 PM, chirripuerco <[email protected]> wrote: > Thanks for your reply, I just installed ruby1.9.2 and rubygems1.9.2 > and then $sudo gem install haml in order to get the latest versions, i > got this message: "Successfully installed haml-3.0.25" but is not in > my path or I can't find it running locate haml. Any way I finally > found it in /var/lib/gems/1.9.2/gems/haml-3.0.25 what should I do, > create a symblic link from there to /usr/bin/ ? > > On Mar 12, 9:45 pm, Chris Eppstein <[email protected]> wrote: >> Uninstall haml-edge and see if it works. It's obsolete now. If you want the >> latest haml, just install haml with the "--pre" option to gem install. >> >> chris >> >> >> >> >> >> >> >> On Sat, Mar 12, 2011 at 6:42 PM, chirripuerco <[email protected]> wrote: >>> Hello, >> >>> I'm just starting with sass and haml, I ended up becouse I'm using css >>> frameworks to speed up my projects. So I installed haml and haml-edge >>> on Ubuntu and whe I ran the first command "$sass --watch >>> style.scss:style.css" I get the following output: "Invalid option: -- >>> watch" ¿What is wrong? Apparently any one has reported this. ¿Can any >>> one help my out? >> >>> -- >>> 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. > > -- > 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. > -- 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.
