Can't start foreman in Heroku Tutorial using Python

前端 未结 4 1565
长发绾君心
长发绾君心 2020-12-04 16:39

I have been attempting to complete this tutorial, but have run into a problem with the foreman start line. I am using a windows 7, 64 bit machine and am attemp

4条回答
  •  旧巷少年郎
    2020-12-04 17:12

    Uninstalling the heroku toolbelt and reinstall it to a path that does not have spaces in it, for example C:\heorku\ will help a bit. Aside from that the heroku windows installer is horribly broken at the moment, not exactly a point of pride for us. To work around the issue with foreman you can set the environment variables your self using export VAR=VALUE and then run your app using what ever commands you put in your procfile.

    This is going to improve in the future.

提交回复
热议问题