Hello, i am using GAE with
php runtime to host my page in php and i need to call my backend script created in python3.
I use:
shell_exec("python3 script.py") To call my BACKEND Script created in python3.
When i do it, its return an error saying:
python3 not found.But when i use: Python script.py
Its works successful, but using python2, so that, how i can use python3??
Is there a way to install apps such as python3, etc on the instance of GAE ?
Note:
I've already tried to install using: sudo apt-get install python3, but this only works on my instance of GAE and not on my xxxx.appspot.com