Often enough I am in a situation where I need to run the underlying binary in order for a profiler or debugger to work more reliable.
It would be great to have something like juliaup path 1.12 to obtain the path of the binary.
Currently I do a log of julia -e "@show Base.julia_cmd()" which is a bit clunky.
Often enough I am in a situation where I need to run the underlying binary in order for a profiler or debugger to work more reliable.
It would be great to have something like
juliaup path 1.12to obtain the path of the binary.Currently I do a log of
julia -e "@show Base.julia_cmd()"which is a bit clunky.