Heroku gem installation - 2011-04-01 08:26
I was having a problem getting the heroku gem installed. It wouldn’t go to the directory where I have gems installed for some reason. But by using this code:
sudo gem install heroku —install-dir /path/to/install/into
you can specify where to put it. Nice.