This Google Documentation 
<https://github.com/GoogleCloudPlatform/python-runtime>, says

...... # Use -p python3 or -p python3.7 to select python version. ......


* .....* NoCommandLine *......*
 https://nocommandline.com

*A GUI for Google App Engine*
On Wednesday, August 4, 2021 at 3:59:16 PM UTC-7 robin...@osedea.com wrote:

> Hello,
>
> I have a simple application running on a App Engine Standard with the 
> runtime set to python37. Locally, I am using Docker and python image from 
> Google, but it seems like I cannot match the version.
>
> *Dockerfile*
>
> FROM gcr.io/google-appengine/python # Results in 3.6.8
>
> ENV PIPENV_VENV_IN_PROJECT=/home/vmagent/app/.venv
>
> RUN pip3 install pipenv==2018.11.26
>
> *app.yaml*
> service: name
> runtime: python37
>
> manual_scaling:
> instances: 1
>
> handlers:
> - url: /.*
> secure: always
> redirect_http_response_code: 301
> script: auto
>
> Thanks!
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/86498a50-8fe6-4cdc-922b-34ab127db3ben%40googlegroups.com.

Reply via email to