NVIDIA / hpc-container-maker

HPC Container Maker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conda: allow changing python subversion

adegomme opened this issue · comments

Hi,
our workflow needs for the moment a python 3.7 version of conda (nothing I can change on our side). Until last version, I was able to retrieve it by giving 'py37_4.8.3' as version argument, but since this version, the version argument is strictly checked in its format, and py38 (or py27) is forced.
Could the __python_version be modified by the user as well ? That would be useful for us.

Good point. I will make this configurable.