install_julia: Install Julia.
Description
Install Julia.
Usage
install_julia(version = "latest", prefix = julia_default_install_dir())
Arguments
- version
The version of Julia to install (e.g. "1.6.3"
).
Defaults to "latest"
, which will install the most
recent stable release.
- prefix
the directory where Julia will be installed.
If not set, a default location will be determined by rappdirs
if it is installed, otherwise an error will be raised.