I had an py27 application running on aws ElasticBeanStalk for over a year. Recently it stopped working. So I tried to redeploy. During redeploy I got the following error in the logs:
Return code: 1 Output: [CMD-AppDeploy/AppDeployStage0/AppDeployPreHook/03deploy.py] command failed with error code 1: /opt/elasticbeanstalk/hooks/appdeploy/pre/03deploy.py New python executable in /opt/python/run/venv/bin/python27 Not overwriting existing python script /opt/python/run/venv/bin/python (you must use /opt/python/run/venv/bin/python27)
Can somebody tell me where I will find /opt/python/run/venv/bin/python? How can I change it to /opt/python/run/venv/bin/python27?
Thanks