-
I may be a real dummy here, but when I follow the installation guides I don't end up with tea that works: $ brew install teaxyz/pkgs/tea-cli
...
$ tea +node
...
$ which node
node not found
$ which tea
/usr/local/bin/tea
$ tea --version
tea 1.0.0-alpha.3 But when I $ eval "$(tea --shellcode)"
$ tea +node
$ which node
~/.tea/nodejs.org/v20.6.1/bin/node But is |
Beta Was this translation helpful? Give feedback.
Answered by
mxcl
Sep 15, 2023
Replies: 1 comment 2 replies
-
This is an alpha issue, a soon release will tell you you need to |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gaggle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an alpha issue, a soon release will tell you you need to
tea integrate
when you type such commands before they will work. This is documented but it's easy to miss.