Mac OS X Lion 上的 Erlang 终端静音

发布于 2024-12-02 14:13:35 字数 630 浏览 0 评论 0原文

我刚刚按照这些说明将 Erlang 安装到了我的 mac 上。 http://handyrailstips.com/blog_posts /12-installing-erlang-on-mac-os-x-lion-10-7

安装工作正常,但是当我启动 Erlang R13B04 Eshell 时V5.7.5 我立即开始注意到问题 - shell 没有回显命令的结果!实际上我什至不确定 shell 是否执行了命令。谁能帮我解决这个问题吗?

这是一个示例输出:

pallo:erlangstuff gro$ erl
Erlang R13B04 (erts-5.7.5) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [hipe][kernel-poll:false]

Eshell V5.7.5  (abort with ^G)
1> 1 + 1
1> dslakjdlksaj lksajkldsajkdsa
1> "fooo bar baz!"
1> 

I just installed Erlang to my mac using these instructions. http://handyrailstips.com/blog_posts/12-installing-erlang-on-mac-os-x-lion-10-7

Installation worked alright, but when I fired up the Erlang R13B04 Eshell V5.7.5 I immediately started noticing problems - the shell isn't echoing the results of the commands! Actually I'm not even sure if the shell executes the commands at all. Can anyone help me with this?

Here's a sample output:

pallo:erlangstuff gro$ erl
Erlang R13B04 (erts-5.7.5) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [hipe][kernel-poll:false]

Eshell V5.7.5  (abort with ^G)
1> 1 + 1
1> dslakjdlksaj lksajkldsajkdsa
1> "fooo bar baz!"
1> 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

溺渁∝ 2024-12-09 14:13:35

您必须用句号结束​​该语句:

Eshell V5.7.5  (abort with ^G)  
1> 1+1.
2
2>

You have to finish the statement with a period:

Eshell V5.7.5  (abort with ^G)  
1> 1+1.
2
2>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文