Ruby error after installing heroku toolbelt

前端 未结 2 1153
忘了有多久
忘了有多久 2021-01-07 07:44

I am working with Heroku on a win 7 - 32 bit system where I don\'t have admin privileges.

I have downloaded and installed the heroku toolbelt following http://commun

2条回答
  •  清酒与你
    2021-01-07 08:15

    I had the same issues initially with ROR on Windows. (Everyone suggested me to move to LINUX/UNIX)

    Still I managed to install it on Windows. Rather than installing the Heroku Toolbet (which breaks ruby and rails which is already installed) install the heroku gem along with foreman gem.

    gem install heroku

    gem install foreman

    Then u can use it easily.

提交回复
热议问题