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. > > >
