13.5.11. Python Environment Variables
Python environment variables are available for supported Python applications.
Environment Variable name | Purpose |
---|---|
OPENSHIFT_PYTHON_WSGI_APPLICATION | Sets a custom path for the WSGI entry point. |
OPENSHIFT_PYTHON_REQUIREMENTS_PATH | Sets a custom path for the pip requirements file. When git push is run, any dependencies listed in the requirements.txt file will be installed by the Python cartridge. |