rubygemspadrino

padrino: command not found


I successfully installed Padrino with sudo gem install padrino, but when I try and run padrino ..., I get -bash: padrino: command not found. Even sudo produces this result. Anyone else run into this problem? I looked in /usr/bin, but it is not there. Thank you for your help.

I am using Mac OS X.6.8. I have been successfully installing and using gems all day, until now.


Solution

  • Ah, fixed it. After looking at gem environment's output, I noticed that the path listed as EXECUTABLE DIRECTORY was not in my PATH. Adding it to my .bashrc solved the problem.