Hello, I was having some issues running a system call and they were resolved when I manually edited the PATH variable from R console using Sys.setenv(). However, I noticed that the Sys.getenv("PATH") returns something different than what the terminal returns when I use "echo $PATH". Where does the R console get the PATH variable from? I'm running on a mac.