Git mirrors:
This project provides Julia scripts. Make sure to use the project files (Project.toml
) when running them:
julia --project=. -e "using Pkg; Pkg.instantiate()"
julia --project=. scripts/script.jl
Alternatively, you can use the julia.bash
script, which starts a daemon and runs scripts through it:
julia --project=. -e "using Pkg; Pkg.instantiate()"
./julia.bash scripts/script.jl
To kill the daemon run
./julia.bash kill