Jump to content

Julia: Difference between revisions

22 bytes added ,  9 September 2019
no edit summary
No edit summary
No edit summary
Line 16: Line 16:
cd project_folder
cd project_folder
julia
julia
] activate .
using Pkg;
instantiate
Pkg.activate("./");
\b
Pkg.instantiate();
</syntaxhighlight>
</syntaxhighlight>
===String Interpolation===
===String Interpolation===