summerschool_simtech_2023/installation/julia.qmd
2023-09-13 14:57:26 +00:00

21 lines
1.0 KiB
Plaintext

# Installing Julia
The recommended way to install julia is [juliaup](https://github.com/JuliaLang/juliaup). It allows you toe.g. easily update Julia at a later point, but also test out alpha/beta versions etc.
TLDR; If you dont want to read the explicit instructions, just copy the following command
### Windows
AppStore -> JuliaUp, or `winget install julia -s msstore` in CMD
### Mac & Linux
`curl -fsSL https://install.julialang.org | sh` in any shell
# VSCode
To install VSCode (the recommended IDE), go to [this link](https://code.visualstudio.com/download) and download + install the correct package.
Next, install the Julia extension
![](https://juliateachingctu.github.io/Julia-for-Optimization-and-Learning/stable/installation/vscodeext_1.png) (thanks to https://juliateachingctu.github.io for providing us with the nice graphics)
Finally press `Ctrl + Shift + P` to get VSCodes command palette, and type in `Julia: Start REPL`
![](https://juliateachingctu.github.io/Julia-for-Optimization-and-Learning/stable/installation/vscodeext_2.png)