On Jul 5, 2:38 am, kimptoc <[email protected]> wrote: > Just spent a couple of hours trying to get the heroku command line > installed on a friends Ubuntu box, but still no joy.
The Heroku gem works fine under Ubuntu when using RVM. You just need to ensure you have all the RVM dependencies installed: sudo aptitude install build-essential bison openssl libreadline6 libreadline6-dev curl git zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev subversion After that, install rvm, install a ruby, and then install heroku. Works fine here on Ubuntu 11.04. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
