Thanks. I think Paul gives a more robust solution. It seems that Julia_home_variable (if any) is exactly the HOME environment variable for windows, in default setting.
On Wednesday, March 2, 2016 at 8:55:48 AM UTC+8, Greg Plowman wrote: > > See also environment variable JULIA_PKGDIR > > > http://docs.julialang.org/en/release-0.4/stdlib/pkg/#Base.Pkg.dir > > > On Tuesday, March 1, 2016 at 3:22:20 AM UTC+11, James Chen wrote: > >> Hi, >> I am trying to change Pkg.dir and homedir for Julia permanently, as the >> default installation set them to a net-drive in my Win7. I can use ENV[""] >> = to set them temporarily. However, every time I exit Julia and restart it, >> the Pkg.dir and homedir change back to the default net-drive directory, >> which is really an issue to me. >> >> Can anyone help me? Many thanks. >> >> >>
