Heroku Toolbelt install problems

后端 未结 1 1192
离开以前
离开以前 2021-01-22 03:45

I uninstalled the heroku gem and installed the Heroku Toolbelt and am running into issues getting it working w/ RVM.

heroku version command works everywhere

1条回答
  •  说谎
    说谎 (楼主)
    2021-01-22 04:29

    make sure heroku is not part of your Gemfile - it should not be there.

    then remove ./bundler_stubs/heroku:

    rm -f ./bundler_stubs/heroku
    

    it is possible that ./bundler_stubs/heroku is part of your project and was committed by one of your coworkers, the stubs should not be part of the project.

    0 讨论(0)
提交回复
热议问题