My preferred spell to summon julia is this:
julia --project=. -O0 -t auto
what is yours?
My preferred spell to summon julia is this:
julia --project=. -O0 -t auto
what is yours?
jp which is an alias for julia --startup=no --project=..
With jl, which is an alias for ‘bin/run_julia’.
In my projects/ packages, I always have a bash script run_julia that determines the Julia version and parameters depending on the machine, the presence of a custom system image, and the git branch.