I am new to both julia and atom and trying to set them both up together. I installed juno for atom and am trying to run a julia script. I relocated my package directory for Julia from ~, because at my workplace there is a limit on space in said directory.
how do I make atom recognize the packages are in a different directory?
I am currently working on a CENTOS machine.
Find your .juliarc.jl file, and insert the line
ENV["JULIA_PKGDIR"] = # your package directory
BTW this issue is unrelated to Atom. It is the julia installation that keeps track of the package directory.