Use `python3` instead of `python`
Created by: bedroge
Just saw this when I was inspecting the output file of an RStudio session:
/home1/p251204/ondemand/data/sys/dashboard/batch_connect/sys/hb-rstudio_server/output/8e912cbe-bf3b-4790-8e82-12a51ec0809b/script.sh: line 44: python: command not found
The nodes don't have a python
executable, but there is python3
, so it can be easily fixed.