I have installed sake (gem install sake) on Windows machine. Now whenever I run sake on Windows, I get following error/message Define INLINEDIR or HOME in your environment and try again I googled about it and could not find that solved this problem. Anybody have an idea how to solve this? -- Don''t live to geek; geek to live. http://anilwadghule.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Set your home environment. You can do it at the commandline: set HOME = c:\ That only works as long as that console window is open. For a more permanent solution, you can do it via the environment settings (right click My Computer, choose Properties, choose "advanced" tab, select "Environment Variables" and create a new UJser variable. Make the name HOME and the value c:\ You will not need to restart your computer but you will need to close any open console windows for those changes to take effect That should help. (Not tested, but I know for a fact that the ZenTest gem makes you do the same thing on Windows.) On 7/16/07, Anil Wadghule <anildigital-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I have installed sake (gem install sake) on Windows machine. Now whenever > I run sake on Windows, I get following error/message > > Define INLINEDIR or HOME in your environment and try again > > I googled about it and could not find that solved this problem. > > Anybody have an idea how to solve this? > > -- > Don''t live to geek; geek to live. > http://anilwadghule.com/blog > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
yes, I did set HOME = c:\ from command prompt in Windows. It still gives me the same error. :( Anil On 7/16/07, Brian Hogan <bphogan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Set your home environment. You can do it at the commandline: > > > set HOME = c:\ > > That only works as long as that console window is open. > > For a more permanent solution, you can do it via the environment settings > (right click My Computer, choose Properties, choose "advanced" tab, select > "Environment Variables" and create a new UJser variable. Make the name > HOME and the value c:\ > > You will not need to restart your computer but you will need to close any > open console windows for those changes to take effect > > > That should help. (Not tested, but I know for a fact that the ZenTest gem > makes you do the same thing on Windows.) > > > > On 7/16/07, Anil Wadghule <anildigital-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > I have installed sake (gem install sake) on Windows machine. Now > > whenever I run sake on Windows, I get following error/message > > > > Define INLINEDIR or HOME in your environment and try again > > > > I googled about it and could not find that solved this problem. > > > > Anybody have an idea how to solve this? > > > > -- > > Don''t live to geek; geek to live. > > http://anilwadghule.com/blog > > > > > > > >-- Don''t live to geek; geek to live. http://anilwadghule.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---