简体   繁体   中英

Problem installing leiningen on mac os

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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