Gems and Ubuntu 9.04

Posted by jules on Stack Overflow See other posts from Stack Overflow or by jules
Published on 2009-05-26T08:55:22Z Indexed on 2010/03/29 9:23 UTC
Read the original article Hit count: 410

Hi,

I recently upgraded to Ubuntu 9.04 and I have issues using gems. I have installed ruby, ruby gems and rails using apt-get The rails command do work.

I have then installed capistrano and other gems (such as heroku). In order to do that, I have used the command

sudo gem install XXX

When I want to use the cap command it does not work:

bash: cap: command not found

It is the same with the other gem commands.

Do I have something particular to do so that the gem commands works ?

© Stack Overflow or respective owner

Related posts about ubuntu

Related posts about ruby-on-rails