Julia: Difference between revisions
imported>MikiVanousek Suggest Distrobox as a solution. |
fix links |
||
Line 5: | Line 5: | ||
== Packages == | == Packages == | ||
Some Julia packages expect binaries to be installed on your system. Until a better solution is found, you can run Julia inside [ | Some Julia packages expect binaries to be installed on your system. Until a better solution is found, you can run Julia inside [[Distrobox]]. | ||
Most notably, Julia Plots does not work. You can use [http://gadflyjl.org/stable/ Gadfly] instead. | Most notably, Julia Plots does not work. You can use [http://gadflyjl.org/stable/ Gadfly] instead. | ||
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category:Languages]] | [[Category:Languages]] |
Revision as of 13:05, 1 April 2024
Julia is a programming language, that aims to create an unprecedented combination of ease-of-use, power, and efficiency in a single language.
Installation And Versions
You can install the newest version of Julia either with julia-bin
(the derivation which downloads the binary) or julia<\code> (the derivation which builds Julia from the source). From the end-user perspective, -bin packages should be indistinguishable from source-built ones.
Packages
Some Julia packages expect binaries to be installed on your system. Until a better solution is found, you can run Julia inside Distrobox.
Most notably, Julia Plots does not work. You can use Gadfly instead.