| View previous topic :: View next topic |
| Author |
Message |
jhonynil
Joined: 13 Nov 2007 Posts: 102
|
Posted: Tue Jun 16, 2009 6:02 am Post subject: problem with installation of ruby in local machine |
|
|
Hello developers,
i have installed ruby in my windows machine.
when i run the command "ruby -v", its showing below error message.
<mylocaldir>/Ruby/bin/rails:19:in `load': no such file to load -- "<mylocaldir>/Ruby/lib/ruby/gems/1.8/gems/rails-2.3.2/bin/rails" (LoadError)
from <mylocaldir>/Ruby/bin/rails:19
can any one figure me out why its happening. |
|
| Back to top |
|
 |
umamahesh_nyros

Joined: 17 Jul 2007 Posts: 231 Location: KAKINADA
|
Posted: Tue Jun 16, 2009 6:06 am Post subject: |
|
|
i think its an problem with you "mylocaldir" path. if you spaces in the directory path, you need to eliminate it.
eg: (e.g. C:\Program Files\Ruby)
in the above you have space between "Program" and "Files". i think its may be the reason why you are getting that error.
so try to uninstall ruby completely and install in c:\Ruby
Thank You,
Uma. |
|
| Back to top |
|
 |
|