Open yurivict opened 3 years ago
Workaround:
Sys.setenv(PATH = paste("/usr/local/bin:",Sys.getenv("PATH"), sep=""))
-- this should be executed in the "Console" tab.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, per https://github.com/rstudio/rstudio/wiki/Issue-Grooming. Thank you for your contributions.
ping
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, per https://github.com/rstudio/rstudio/wiki/Issue-Grooming. Thank you for your contributions.
pong
System details
Steps to reproduce the problem
install.packages("learnr")
fails in RStudio Server because it doesn't use the same path that this user normally has:This command succeeds in pure
R
session, and inRStudio Desktop
.It appears to run the R session in RStudio Server with a damaged
PATH
environment variable, because the "Terminal" tab shows correctPATH
.