Hi, I would like to set up my class workspace on an organisation account so that all students will have access to reticulate and its python dependencies. When I install reticulate and Minconda on the base project, a new project cannot find available python. Is there a place on the workspace I can point reticulate towards to access python?
The below chunk on a new project in the workspace returns FALSE
I suspect the issue is that by default miniconda gets installed to your user's home directly (/home/rstudio-user), which is not shared when another user creates a project using your template (this is because it can contain private information like SSH keys). The fix would be to install miniconda under the /cloud/project directory, which will be copied.
Opening a new project does then include the above file structure and files, but when I run both of these commands and check for python availability FALSE is returned.