Replies: 1 comment 2 replies
-
$ mkdir foo
$ cd foo
$ tea -E
error: not-found: pkg-env
$ echo '{"tea":{"dependencies":{"tea.xyz": "^0"}}}' >package.json
$ tea -E
SRCROOT=/Users/jacob/foo
TEA_FILES=/Users/jacob/foo/package.json
SSL_CERT_FILE=/Users/jacob/.tea/curl.se/ca-certs/v2023.5.30/ssl/cert.pem
GIT_SSL_CAINFO=/Users/jacob/.tea/curl.se/ca-certs/v2023.5.30/ssl/cert.pem
PATH=/Users/jacob/.tea/unicode.org/v71.1.0/bin:/Users/jacob/.tea/unicode.org/v71.1.0/sbin:/Users/jacob/.tea/openssl.org/v1.1.1u/bin:/Users/jacob/.tea/tea.xyz/v0.38.4/bin:/Users/jacob/.tea/nodejs.org/v20.4.0/bin:/Users/jacob/.local/bin:/Users/jacob/.tea/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/Library/Apple/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/jacob/.cargo/bin
MANPATH=/Users/jacob/.tea/unicode.org/v71.1.0/share/man:/Users/jacob/.tea/zlib.net/v1.2.13/share/man:/Users/jacob/.tea/nodejs.org/v20.4.0/share/man:/usr/share/man:/opt/homebrew/share/man
PKG_CONFIG_PATH=/Users/jacob/.tea/unicode.org/v71.1.0/lib/pkgconfig:/Users/jacob/.tea/openssl.org/v1.1.1u/lib/pkgconfig:/Users/jacob/.tea/zlib.net/v1.2.13/lib/pkgconfig
LIBRARY_PATH=/Users/jacob/.tea/unicode.org/v71.1.0/lib:/Users/jacob/.tea/openssl.org/v1.1.1u/lib:/Users/jacob/.tea/zlib.net/v1.2.13/lib
LD_LIBRARY_PATH=/Users/jacob/.tea/unicode.org/v71.1.0/lib:/Users/jacob/.tea/openssl.org/v1.1.1u/lib:/Users/jacob/.tea/zlib.net/v1.2.13/lib
CPATH=/Users/jacob/.tea/unicode.org/v71.1.0/include:/Users/jacob/.tea/openssl.org/v1.1.1u/include:/Users/jacob/.tea/zlib.net/v1.2.13/include:/Users/jacob/.tea/nodejs.org/v20.4.0/include
XDG_DATA_DIRS=/Users/jacob/.tea/unicode.org/v71.1.0/share:/Users/jacob/.tea/zlib.net/v1.2.13/share:/Users/jacob/.tea/nodejs.org/v20.4.0/share
DYLD_FALLBACK_LIBRARY_PATH=/Users/jacob/.tea/unicode.org/v71.1.0/lib:/Users/jacob/.tea/openssl.org/v1.1.1u/lib:/Users/jacob/.tea/zlib.net/v1.2.13/lib
LDFLAGS=-Wl,-rpath,/Users/jacob/.tea
TEA_PREFIX=/Users/jacob/.tea having installed, and |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to run either of the above commands I get an error
I installed tea via brew
I am installing on a MacBook Pro (Intel) with Ventura (macOS Ventura 13.4.1). Something seems to have went wrong with the install. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions