You may need to use a specific version of Python that isn’t available in an app container for a different language. For example, a container might have a long-term support version, while you want the latest version. In such cases, use the Pyenv version manager to install the specific version you want to use.Documentation Index
Fetch the complete documentation index at: https://developer.upsun.com/llms.txt
Use this file to discover all available pages before exploring further.
- Add your target Python version as a variable:
- Add Pyenv in a
buildhook:
python --version.
If you want this Python version to be available in the runtime environment, follow these steps:
- Copy Pyenv to your runtime environment at the end of your build hook:
-
Create an
.environmentfile: -
Update the PATH for the runtime environment:
.environment