How to get the path of the current script kenv? #1551
-
I've got a script in a custom kenv named
How do I get the relevant kenv path from the script without manual drill down?
And without going through all scripts using |
Beta Was this translation helpful? Give feedback.
Answered by
alexilyaev
Dec 30, 2024
Replies: 1 comment
-
Answering myself... const mainKenvPath = kenvPath();
// /Users/alex/.kenv
const currentKenvPath = projectPath();
// /Users/alex/.kenv/kenvs/alex-kenv |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alexilyaev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answering myself...