To set up your environment for developing on Python 2:
Install the latest release of Python 2.
See Python 2 Runtime Environment for a list of the supported versions.
Install and initialize the gcloud CLI for deploying and managing your apps. If you already have the gcloud CLI installed and initialized, run the
gcloud components update
command to update to the latest release.By downloading, you agree to be bound by the Terms that govern use of the gcloud CLI for App Engine.
Install the gcloud component that includes the App Engine extension for Python 2.
If you used the
apt
oryum
package managers to install the gcloud CLI, use those same package managers to install the gcloud component.Otherwise, use the following command:
gcloud components install app-engine-python
Installing optional tools
For access to code, samples, libraries, and tools in GitHub, install Git:
Install your preferred tooling or framework, for example you can use any of the following frameworks to develop your Python 2 app:
Run the following command to install the Extra Libraries component for Python 2, which includes the graphy and Django libraries:
gcloud components install app-engine-python-extras