Shameema identified a problem where if a user attempted to run multiple tutorial-mode sessions at the same time the oldest sessions could crash. The reason for this was to create a clean environment I was renaming ~/.rstudio. Doug suggested that since we are using Singularity to launch RStudio with a custom /tmp that we could change $HOME as well.
Shameema identified a problem where if a user attempted to run multiple tutorial-mode sessions at the same time the oldest sessions could crash. The reason for this was to create a clean environment I was renaming
~/.rstudio
. Doug suggested that since we are using Singularity to launch RStudio with a custom/tmp
that we could change$HOME
as well.