在 Mac 操作系统上安装 leiningen 时出现问题

发布于 2024-10-19 17:31:13 字数 218 浏览 2 评论 0原文

我正在尝试在 mac os 10.6.4 上安装 Leiningen,按照此处的说明进行操作 - http:// alexott.net/en/clojure/ClojureLein.html。正在下载包,但未找到 lein 命令。可能是什么问题?

I am trying to install Leiningen on mac os 10.6.4, following the instructions here - http://alexott.net/en/clojure/ClojureLein.html. The package is being downloaded, but lein command is not found. What could be the problem?

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

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

发布评论

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

评论(1

话少心凉 2024-10-26 17:31:13

例如,您需要将可执行文件复制到路径 (/usr/local/bin/) 中的目录中。

输入 echo $PATH 以查看不同的目录。

您还需要使该文件可执行:

chmod 555 /usr/local/bin/lein

You need to copy the executable in a directory which is in your path (/usr/local/bin/), for instance.

Type echo $PATH to see the different directories.

You'll also need to make the file executable:

chmod 555 /usr/local/bin/lein
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文