Try
export JULIA_DEPOT_PATH=/home/wj/julia/julia_depots
/home/wj/juliahome/julia-1.7.1/bin/julia "$@"
instead. It’s important you pipe all arguments through to Julia (check that ./launch_julia_v171 -v works, for example).
Try
export JULIA_DEPOT_PATH=/home/wj/julia/julia_depots
/home/wj/juliahome/julia-1.7.1/bin/julia "$@"
instead. It’s important you pipe all arguments through to Julia (check that ./launch_julia_v171 -v works, for example).