The installation of julia and the choice of various IDEs

Installation of julia:

There are various methods on the Internet, which can be roughly classified into the following two:

  • Directly download the julia installation package and install it. There is no IDE for code debugging for this kind of thing, only the console
  • To download JuliaPro with julia , you need to register an account in the official (very soon). Don't use GitHub and other third parties to associate this, because the association operation is very troublesome. Install IDE and julia. (Simple and reliable), application diagram:
    Insert picture description here

Note :

If you want to debug the code of the IDE, you need to install a third-party IDE. There are probably three main types, such as VScode, ATom, and pycharm. It needs to install a third-party plug-in to associate the IDE with the installed julia. (Pro-test: If you compile a simple code, there is no problem, if you are a complex project, there may be various unimaginable problems.)
The second type of IDE with its own julia is the best.

Introduction to juliaPro:

Among them, juliaPro is a new software that integrates julia with the Atom open source software. There are some methods on the Internet that use Atom with plug-ins to configure julia. This method is not good. Complex projects may have various failures due to the many libraries they rely on. solved problem.

Guess you like

Origin blog.csdn.net/yangdashi888/article/details/105954728