I do not understand this behavior:
In bash terminal:
balter@spectre:~/microbiome$ which R
/home/balter/conda/bin/R
balter@spectre:~/microbiome$ which python
/home/balter/conda/bin/python
In Rstudio terminal:
> system('echo hello')
hello
> system('whoami')
balter
> system('echo $PATH')
/sbin:/usr/sbin:/bin:/usr/bin
> system('which python')
/usr/bin/python
> system('which R')
> system('which conda')
I am starting rstudio server with sudo rstudio-server start.