New comment by hervyqa on void-packages repository https://github.com/void-linux/void-packages/pull/43906#issuecomment-1558264005 Comment: @BryceVandegrift thanks, great work!. ```jl ➜ bin ./julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.9.0 (2023-05-07) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> ``` my question, how to setup julia default path? ```fish ➜ bin pwd /home/hervyqa/.julia/juliaup/julia-1.9.0+0.x64.linux.gnu/bin ➜ bin ls -lah total 32K drwxr-xr-x 2 hervyqa hervyqa 4.0K May 23 06:55 ./ drwxr-xr-x 8 hervyqa hervyqa 4.0K May 23 06:55 ../ -rwxr-xr-x 1 hervyqa hervyqa 22K May 8 13:30 julia* ➜ bin ``` i tried fish (my current shell) or bash, julia command not found. ```fish ➜ bin julia fish: Unknown command: julia ➜ bin bash [hervyqa@l7 bin]$ julia bash: julia: command not found [hervyqa@l7 bin]$ ```