Julia Atom IDE installation and settings

Julia Atom开发环境搭建

Step 1:Download and Installation。
Atom: Atom Download
Julia: Julia Download


Step 2: Julia Atom Settings
After installing Julia, U firstly activate Pkg package by: using Pkg
Pkg.update()
Pkg.add(“Atom”)
By now, Julia settings of Atom is done!


Step 3: Atom Julia settings
In Atom, you should go to Packages->Settings View->Install Packages/Themes
where search “ink” and “Julia” , and install the three packages one by one marked in the picture below, see them? PS. It may take some time depending on Ur network speed. Then
Julia Atom IDE installation and settings
Wait :) until Done! Usually looks like this:
Julia Atom IDE installation and settings

I have tried and found that U probably need to Pkg.add(‘“Juno”) too!!!


Step 4:
After finishing the above steps successfully , U can find a new button in Atom->Packages. Go to Atom->Packages->Julia->Settings and set Julia Path to the DIR where Ur Julia was installed.
Restart Atom you find Julia will automatically started with Atom. If not, Go to Atom->Packages->Julia-> Open Console starting it.


Step 5:
Haha, it is time to try Ur baby Julia.

Well, it seems still very odd to run Julia script, cause it is not as direct as U expected. Where is the run button?
Ok, install the packaged bellow, things would get easier.
hydrogen
linter-julia
uber-juno