Hi,
thanks for the quick response.
I tried
/usr/lib/R/etc# ls -1 Re*
Renviron
Renviron.orig
Renviron.site
Renviron.ucf
and added
Sys.setenv(PATH="/usr/local/cuda/bin:/usr/local/apps/anaconda3/bin:/usr...")
But a restart of rstudio did not change anything. I'm still getting
Sys.getenv("PATH")
[1] "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ```
What's wrong ?