- 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. - Can you just run julia in a terminal or is that stuck too?
- 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?
- How/where is julia installed? How/where was the old version julia installed? Did you uninstall the old version? Rename it? Remove it?
- If you installed the new version somewhere custom did you modify
.bashrc
or another file to include julia/bin in the path? - Did you configure Atom to load julia from a specific directory or leave all that blank and just allow it load from the system?
- 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…