Jazzy Buddy
2007-Jul-15 14:42 UTC
''script'' is not recognized as an internal or external comman
Hi, I am trying t install a plugin and itz throwing the error "''script'' is not recognized as an internal or external command, operable program or batch file." I am using windows....... E:\WorkSpace1\Test\vendor>script/plugin install upload_progress I am badly i need of it .. Can some body help me... Thanks in advance.... Regards, Jazzy Buddy -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---
Phlip
2007-Jul-15 14:53 UTC
Re: ''script'' is not recognized as an internal or external comman
Jazzy Buddy wrote:> I am trying t install a plugin and itz throwing the errorLong term, get CygWin, and use its Bash command line. This is incredibly superior to CMD.EXE in every way, both for learners and proficient users. And we apologies on behalf of the committee that lots of the Ruby documentation assumes Bash command lines.> E:\WorkSpace1\Test\vendor>script/plugin install upload_progressruby script/plugin ... Bash knows that script is a Ruby program, but CMD.EXE does not. -- Phlip http://www.oreilly.com/catalog/9780596510657/ "Test Driven Ajax (on Rails)" assert_xpath, assert_javascript, & assert_ajax --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Jazzy Buddy
2007-Jul-15 16:16 UTC
Re: ''script'' is not recognized as an internal or external co
Thank you very much Phlip.. I just want to know if the same command is used in linux also. In windows I am able to install the plugin with "ruby script/plugin install..." But in Linux I am getting the error "./script/../config/boot.rb:15:in `require'': no such file to load -- rubygems (LoadError)" Please help regarding this problem .. Thank you very much in advance.... Regards, Jazzy Buddy... -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---
Phlip
2007-Jul-15 17:32 UTC
Re: ''script'' is not recognized as an internal or external co
Jazzy Buddy wrote:> But in Linux I am getting the error > > "./script/../config/boot.rb:15:in `require'': no such file to load -- > rubygems (LoadError)" > > Please help regarding this problem ..We need to line up and smack each Linux distribution maintainer who doesn''t make the rubygems package a part of ruby. Now install rubygems. That could be sudo yum install rubygems or some variation where yum is apt-get or irpmdx or whatever. Or you might run your GUI package manager... -- Phlip http://www.oreilly.com/catalog/9780596510657/ "Test Driven Ajax (on Rails)" assert_xpath, assert_javascript, & assert_ajax --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Jazzy Buddy
2007-Jul-15 20:39 UTC
Re: ''script'' is not recognized as an internal or external co
Hey that worked ........ Thanks very much Regards, Jazzy Buddy.... -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---