Leiningen 使用

下载jar包: https://github.com/technomancy/leiningen/releases
下载zip包:https://github.com/technomancy/leiningen
比如你要安装到D:\lein 就copy leningen-xxxx.jar包和zip包到这儿目录下,兵解压zip包当当前目录,然后copy解压后目录中的bin目录下的lein.bat到 D:\lein
最后就按上面说的,右键我的电脑在属性-》高级-》系统 在系统环境变量中添加LEIN_JAR=d:/lein/leningen-xxx.jar
然后再classpath的尾部添加:%LEIN_JAR%,最后在path中添加: d:\lein
之后就可以在任意的一个cmd窗口中敲入lein就一切正常了.

你可能感兴趣的:(ini)