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.>
You probably need to use multiple buildpacks. See:
In the Heroku Dev Center.