direnv and .envrc can specify version? #1258
Unanswered
roccho-dev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/jdx/rtx?tab=readme-ov-file#direnv
After reading here, I recognized and configured the current state of rtx as follows
rtx install node@ltsfirst, which resulted in ver. 20 being installedrtx activatedoes not work when .envrc is automatically loadeduse_rtx.shand put the runtime versionRTX_NODE_VERSION=19.0.0in the.envrc.However, in the directory where
.envrcis loaded, the environment variable is updated to ver. 19, butnode -voutputs ver. 20.Am I forgetting something?
Beta Was this translation helpful? Give feedback.
All reactions