SSH remote R session not loading the correct environment #8901
-
I'm using SSH tunneling to a Linux server. In the R session within CONSOLE window, Sys.getenv() shows different settings from the shell env in Terminal. Specifically some LD_LIBRARY_PATH are missing from the R session in CONSOLE, with wrong shared libraries being loaded. Running R within terminal works properly. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Answered by
austin3dickey
Aug 8, 2025
Replies: 1 comment 2 replies
-
Hi @wenjiany, thanks for the question. Are you running into a similar issue to #6745? If so, the work we're planning to do in #4048 may help. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
wenjiany
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @wenjiany, thanks for the question. Are you running into a similar issue to #6745? If so, the work we're planning to do in #4048 may help.