Trouble with Basic Setup

I got Juno to work! Thank you so much for your help. I searched my error messages on Google and followed Kristoffer’s suggestion in this thread: Registry.toml missing

For anyone else who might see this thread dealing with the same issue, here is what I did specifically:

  • I deleted entirely the registeries folder in C://Users/User/.julia
  • I opened the External REPL (not sure if it is necessary to open an External one, or if the one in Atom would have worked as well)
  • I ran:

using Pkg
Pkg.add(“Atom”)

  • I closed and reopened Atom and tried to use Julia. It gave me another error, but it came with instructions on code to run to resolve it.
  • I closed and reopened Atom again and everything is working as expected