I’m on Linux Mint and just installed Atom/Juno afresh. When I open Atom from the menu, it doesn’t pick up the JULIA_DEPOT_PATH environment variable. If I open the Juno REPL, it proceeds to install Atom.jl, Juno.jl, etc. to the default depot location, under $HOME/.julia/...
.
If I open atom
from the terminal instead, it does pick up the value of JULIA_DEPOT_PATH and realizes that I have all these things already installed.
I have zsh, and I am exporting JULIA_DEPOT_PATH in my .zshrc file. Any idea of how I can get the Atom from the menu to pick up my depot path? Perhaps there is a special setting for Juno?