solero / wand

Docker setup for Houdini
MIT License
91 stars 38 forks source link

Change "python" to "python3.8" #1

Closed Blueyzachary closed 4 years ago

Blueyzachary commented 4 years ago

If other versions of python are preinstalled, the python command may use other versions that are not supported, but the python3.8 command ensures python support.

ghost commented 4 years ago

It would be better to set an environment variable.

ben-pearce commented 4 years ago

This change is not necessary since docker installs python within the container, not on the system.

Closing this issue.