How do you start julia?

My preferred spell to summon julia is this:

julia --project=. -O0 -t auto

what is yours?

1 Like

jp which is an alias for julia --startup=no --project=..

1 Like

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.

1 Like