开发者

Problem installing leiningen on mac os

开发者 https://www.devze.com 2023-02-14 06:22 出处:网络
I am trying to install Leiningen on mac os 10.6.4, following the instructions here - http://alexott.net/en/clojure/开发者_如何学GoClojureLein.html. The package is being downloaded, but lein command is

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


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
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号