-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
help wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull requestpackagesPackage management and loadingPackage management and loading
Description
Base.find_package
is similar to Pkg.dir
except that it reports the actual path that would be loaded instead of just joinpathing things.
julia> Base.find_package("UUIDs")
"/Users/kristoffer/julia/usr/share/julia/stdlib/v0.7/UUIDs/src/UUIDs.jl"
julia> Base.find_package("SpecialFunctions")
"/Users/kristoffer/.julia/v0.6/SpecialFunctions/src/SpecialFunctions.jl"
julia> Base.find_package("Example")
"/Users/kristoffer/.julia/packages/Example/kH44/src/Example.jl"
Could be useful to expose.
Datseris, catawbasam, ararslan, tpapp and HarrisonGrodin
Metadata
Metadata
Assignees
Labels
help wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull requestpackagesPackage management and loadingPackage management and loading