brew install erlang
usage error on erlc -h
with: File has no extension: /kernel
#3840
Answered
by
esambo
esambo
asked this question in
Everyday usage
-
I'm on Apple M1 Pro using macOS Ventura 13.0 with Command Line Tools 14.1 RC2
|
Beta Was this translation helpful? Give feedback.
Answered by
esambo
Oct 26, 2022
Replies: 1 comment 2 replies
-
It looks like the problem is caused by the presence of the env. var. that for some reason doesn't work on macOS Ventura anymore:
Not sure why... |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
esambo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like the problem is caused by the presence of the env. var. that for some reason doesn't work on macOS Ventura anymore:
env | grep kernel
Not sure why...