-There is no one way to install/develop and run Julia, which may be strange users coming from MATLAB, but for users of general purpose languages such as Python, C++ this is quite common. As of 2020 the most widely adopted way is in combination with the [VSCode](https://code.visualstudio.com/) editor, for which there is an officially supported Julia [extension](https://www.julia-vscode.org/). Moreover this setup is the same as with our bachelor [course](https://github.com/JuliaTeachingCTU/Julia-for-Optimization-and-Learning), which has provided an extensive tutorial mainly in case of installation on Windows machines, [here](https://juliateachingctu.github.io/Julia-for-Optimization-and-Learning/stable/installation/julia/). If you are using any other supported platform, you can use the guide as well replacing some steps with your system specifics (having the `julia` executable in path or as an alias is a plus). When deciding which version to download we recommend the latest stable release as of August 2021, `1.6.x`, which has some quality of life improvements mainly with regards to readability of error messages.
0 commit comments