brainvisa / casa-distro

Unified development environment for BrainVISA projects.
2 stars 1 forks source link

no "python" command in 5.1 images #299

Closed denisri closed 2 years ago

denisri commented 2 years ago

Describe the bug The new 5.1 images (ubuntu 18.04 with only python3) do not provide the "python" command, but only "python3". This makes the setup of a new environment fail. We should use:

update-alternatives --install /usr/bin/python python /usr/bin/python3.6 10

in the run image.