DeiC-HPC / cotainr

cotainr - a user space Apptainer/Singularity container builder.
European Union Public License 1.2
17 stars 3 forks source link

Python executable cleanups #33

Closed Chroxvi closed 1 year ago

Chroxvi commented 1 year ago

This is a follow-up to #30 to fully implement PEP394 in cotainr.

Chroxvi commented 1 year ago

Add documentation change also to state that we now only support python3

We have always only supported python>=3.8 as stated on https://cotainr.readthedocs.io/en/latest/user_guide/index.html#cotainr-dependencies. The only change is that we now explicitly call python3 instead of relying on python to be a symlink to python3 as python may or may not exist and may or may not point to python2 instead of python3.