You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DMC 3.0.1 includes Python3 (the latest version). I want to specify a Python version other than that (for example python3.9)
Configuring build.yaml with
packages
- python39
doesn't install Python 3.9 in DMC, since in template.d/01_base an installation of python3 is specified (i assume always the latest version).
Additional information
No response
The text was updated successfully, but these errors were encountered:
Why you have the need to install a different version from default ? Is it not rather a configuration problem of your tools used. e.g. ansible hardcoded version.
Description
DMC 3.0.1 includes Python3 (the latest version). I want to specify a Python version other than that (for example python3.9)
Configuring build.yaml with
doesn't install Python 3.9 in DMC, since in template.d/01_base an installation of python3 is specified (i assume always the latest version).
Additional information
No response
The text was updated successfully, but these errors were encountered: