How to Install the Latest Version of Julia on Windows
Guide
Julia Version After 1.10
In the terminal, enter the command winget install julia -s msstore
as shown above.
Julia Version Before 1.10
Step 1. Install Julia
Download and run the installation file from the Julia Downloads Page.
Step 2. Install VS Code
Download and run the installation file from the Visual Studio Code Download Page.
Step 3. Install Julia Extension
Open Extensions using the fifth icon from the left or Ctrl + Shift + X
. Search for ‘julia’, and the Julia Language Support will appear at the top.
Click Install to proceed with the installation.
Create a file with the extension .jl
in the editor, write Julia code, and test it by running the code using Shift + Enter
. In the screenshot above, only one line println(helloworld)
was written to print “helloworld”.
Environment
- OS: Windows
- julia: v1.5.4