Dear all,
I want to run R-Studio-Server with the R session inside my conda environment thats why I configured my /etc/rstudio/rserver.conf the following
rsession-which-r=/opt/conda/envs/ngs_py36/bin/R
rsession-ld-library-path=/opt/conda/envs/ngs_py36/lib
I want to configure my PATH variable like
Sys.setenv("PATH=/opt/conda/envs/ngs_py36/lib")
I learned that I can configure PATH variable within the .Renviron, but how can I make RStudio-Server to automatically pick up PATH variable for the current user ?
Thanks for the help!