简体   繁体   English

找不到Erlang'typer'命令(在macOS上进行Homebrew安装)

[英]Erlang 'typer' command is not found (Homebrew installation on macOS)

I installed Erlang (version 20.3.1) using brew install erlang on macOS 10.13.3. 我在macOS 10.13.3上使用brew install erlang安装了Erlang(20.3.1版)。

erl and dialyzer seem to be working fine, but typer is unavailable: erldialyzer工作正常,但无法使用typer

mac:user$ typer my_module.erl
-bash: typer: command not found

mac:user$ which erl
/usr/local/bin/erl

Does typer need to be installed separately? typer需要单独安装吗?

I thought it was a part of the standard distribution. 我认为这是标准发行版的一部分。

It's not symlinked via Homebrew, but it is installed. 它不是通过Homebrew进行符号链接的,但已安装。

It's at /usr/local/Cellar/erlang/$ERL_VERSION/lib/erlang/bin/typer . 它在/usr/local/Cellar/erlang/$ERL_VERSION/lib/erlang/bin/typer

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM