Problem in upgrading Atom to Julia 1.4

  1. Check ~/.julia/config/juno_startup.jl. You might just want to rename the file so it’s not executed. You probably should do the same for ~/.julia/config/startup.jl if that exists as well.
  2. Can you just run julia in a terminal or is that stuck too?
  3. When it’s “stuck” how much CPU usage are you seeing and what processes are using it? i.e Do you see Julia using a full core? Or maybe Atom?
  4. How/where is julia installed? How/where was the old version julia installed? Did you uninstall the old version? Rename it? Remove it?
  5. If you installed the new version somewhere custom did you modify .bashrc or another file to include julia/bin in the path?
  6. Did you configure Atom to load julia from a specific directory or leave all that blank and just allow it load from the system?
  7. Did check your Atom packages for updates and apply those updates?

Those are my big questions for the moment that might help figure out what is going on…