在 Mac 操作系统上安装 leiningen 时出现问题
我正在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
例如,您需要将可执行文件复制到路径 (/usr/local/bin/) 中的目录中。
输入
echo $PATH
以查看不同的目录。您还需要使该文件可执行:
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: