False warning Julia not on path #64
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
kahliburke/Kaimon.jl#64
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Running
app add Kaimongave this false warning:My PATH (and Julia (and kaimon) works fine from terminal):
Using Linux Mint 22.3
Thanks for the report! This warning doesn't come from Kaimon — it's emitted by Julia's
PkgAppManager, incheck_apps_in_path(stdlibPkg/src/Apps/Apps.jl):https://github.com/JuliaLang/Pkg.jl/blob/master/src/Apps/Apps.jl
It's a false positive from
Sys.which("kaimon")returningnothingduring theapp addrun even though~/.julia/binis on your PATH (which is whykaimonworks fine from your terminal). Since it's a benign, cosmetic warning originating upstream in Pkg rather than in Kaimon, this should be reported to Pkg.jl if it persists. Closing here as it's not a Kaimon bug.The install itself succeeded — you're good to go.