How to add python dependencies to heroku node server?

前端 未结 2 1073
情歌与酒
情歌与酒 2021-02-15 13:10

I have a Heroku app that\'s running Node, but I need to be able to run Python scripts on this server. I\'m trying to install my Python dependencies but can\'t get it to work.

2条回答
  •  伪装坚强ぢ
    2021-02-15 13:53

    You probably need to use multiple buildpacks. See:

    • Using Multiple Buildpacks for an App

    In the Heroku Dev Center.

提交回复
热议问题