Can't install rails with gem

J

Joey Marino

joey@lab:~$ gem --version
1.2.0
joey@lab:~$ ruby --version
ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]

When I run:
joey@lab:~$ gem install rails
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory - /var/lib/gems/1.8/cache/rake-0.8.3.gem


google gives me a japanese blog
any ideas?
 
J

Joey Marino

Joey said:
joey@lab:~$ gem --version
1.2.0
joey@lab:~$ ruby --version
ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]

When I run:
joey@lab:~$ gem install rails
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory - /var/lib/gems/1.8/cache/rake-0.8.3.gem


google gives me a japanese blog
any ideas?

o ya, ubuntu 8.10 intrepid ibex
 
M

Maksim Ananjev

try "sudo gem install rails" or fix access rights your local gem
repository

Joey said:
joey@lab:~$ gem --version
1.2.0
joey@lab:~$ ruby --version
ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
When I run:
joey@lab:~$ gem install rails
ERROR:  While executing gem ... (Errno::ENOENT)
    No such file or directory - /var/lib/gems/1.8/cache/rake-0.8.3.gem
google gives me a japanese blog
any ideas?

o ya, ubuntu 8.10 intrepid ibex
 
J

Joey Marino

Maksim said:
try "sudo gem install rails" or fix access rights your local gem
repository

OMG duh! I am still getting used to this "no root account" thing
 
M

Michael Tomer

Joey said:
OMG duh! I am still getting used to this "no root account" thing

That's odd. My Ubuntu box (8.0.4, I think) installs the gem in "./gems"
if I forget to use sudo.

Though I actually wish it would just fail! Then I wouldn't be confused
when trying to figure out why a gem isn't showing up in the regular
directory.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,968
Messages
2,570,154
Members
46,702
Latest member
LukasConde

Latest Threads

Top