Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/zollrcom/public_html/textpattern/lib/txplib_db.php on line 14
Brian Zollinhofer - A Jack of All Trades, A Master of One

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.