Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c74692e

Browse filesBrowse files
author
Jon Wayne Parrott
committed
Temporarily switch to Python 2
1 parent e80a979 commit c74692e
Copy full SHA for c74692e

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎appengine/flexible/datastore/app.yaml

Copy file name to clipboardExpand all lines: appengine/flexible/datastore/app.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ env: flex
33
entrypoint: uwsgi --http-socket :$PORT --ini uwsgi.ini
44

55
runtime_config:
6-
python_version: 3
6+
# Use Python 2 for now, as uWSGI has installation issues with Python 3.5.
7+
# See https://github.com/GoogleCloudPlatform/python-runtime/issues/96
8+
python_version: 2

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.