AWS PHP Symfony with Python

I have a Symfony application that is primarily PHP but it also has some Python scripts that it runs through exec(). When moved to Elastic Beanstalk in a PHP Environment, the Python bits do not run.

Can I run my Python scripts from the AWS PHP Environment? Am I required to set up a separate environment just for my few Python scripts? How would I access the scripts from my PHP code?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.