In R, starting from any working directory, I can do
R
setwd(\"~/Desktop\")
and this is consistent with how my linux distribution
The problem is that Julia doesn't expand the ~. You need to manually provide the full path. This is being worked on, but I'm on my phone right now and can't find issue.
~