Hi! I am working on Julia 1.0.3. I am using Atom in Ubuntu 16. Today I upgraded Atom and julia-client packages and after it Julia repl cannot start. Following error message is displayed:
Hold on tight while we are installing some packages for you.
This should only take a few seconds...
ERROR: LoadError: ArgumentError: Package Pkg not found in current path:
- Run `import Pkg; Pkg.add("Pkg")` to install the Pkg package.
Some time ago I noticed that same issue is also with running Julia in normal terminal. I didn’t care though because if needed I could open terminal via Atom and it worked fine.
julia> using Pkg
ERROR: ArgumentError: Package Pkg not found in current path:
- Run `import Pkg; Pkg.add("Pkg")` to install the Pkg package.
I looked at similar threads, but couldn’t find the solution. Thanks for help!