It’s
julia> pathof(MyPackage)
This gives you the full path to MyPackage.jl.
You can go down the path with
julia> dirname(pathof(MyPackage))
It’s
julia> pathof(MyPackage)
This gives you the full path to MyPackage.jl.
You can go down the path with
julia> dirname(pathof(MyPackage))