Gems and Ubuntu 9.04
- by jules
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 ?