I recently upgraded to Ubuntu 9.04 and I have issues using gems.
I installed Ruby, Rubygems and Rails using apt-get.
The rails
command does work.
I then installed capistrano and other gems, such as heroku. In order to do that, I 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 work?