I am running Julia 0.45 and have now installed Atom
I have installed the uber-juno package with out problems
However, when I try to start Julia fom the Jula-menu, Atom gives me an error:
ERROR: LoadError: unknown package Atom
[inlined code] from ./pkg/entry.jl:49
in anonymous at ./task.jl:447
[inlined code] from ./task.jl:422
in add at ./pkg/entry.jl:64
while loading /home/ssd/.atom/packages/julia-client/script/boot.jl, in expression starting on line 11
and suggests:
Error installing Atom.jl package
Go to the Packages â Julia â Open Terminal menu and
run Pkg.add("Atom")
in Julia, then try again.
If you still see an issue, please report it to:
https://discourse.julialang.org/
When I do open the terminal menu ( from packages/Julia), a terminator windows opens,
but with the text âunable to find a shellâ
I have terminator installed before Atom, and that terminators works fine
Is it because I use Julia 0.45 ?
Could you help me ?
Thanks