<p>1 安装maven,maven是java开发常用的项目构建工具,提供jar包的管理功能,因为leiningen需要使用maven的软件仓库进行包的管理,因此,我们先要安装maven。从官方下载压缩包 <br />下载网站:<a href="http://maven.apache.org/download.html">http://maven.apache.org/download.html</a> <br />下载完毕,解压到本地目录,我放置在G:\server\apache-maven-3.0.5 <br />添加环境变量:各位同学请输入自己的路径 <br />M2_HOME => G:\server\apache-maven-3.0.5 <br />MAVEN_OPTS => -Xms256m -Xmx512m <br />PATH => %M2_HOME%\bin <br />打开终端,测试,输入mvn --version回车 <br />2 安装leiningen,leiningen是基于Clojure的项目构建工具,可以为Clojure项目打包解决项目依赖,这也是我们这次配置中要使用的主要工具。 <br />下载leiningen的windows压缩包和jar包(这里注意,不要用1.62的安装脚本安装,运行后面步骤时会出现错误),我下载的是: <br />leiningen-1.5.2-win.zip和leiningen-2.0.0-preview10-standalone.jar <br />下载网站:<a href="https://github.com/technomancy/leiningen/downloads">https://github.com/technomancy/leiningen/downloads</a> <br />下载完毕,leiningen-1.5.2-win.zip解压缩到本地目录。我放置在G:\server\lein,同时把leiningen-2.0.0-preview10-standalone.jar拷贝到这个文件夹下面 <br />添加环境变量:各位同学请输入自己的路径 <br />Path => G:\server\lein <br />LEIN => G:\server\lein <br />LEIN_JAR => G:\server\leiningen-2.0.0-preview10-standalone.jar <br />打开终端,测试,输入 lein version回车 <br />抛出一个异常上 stackoverflow 找到了处理方法 <a href="http://stackoverflow.com/questions/8863755/clojure-leiningen-and-classpath-on-windows">http://stackoverflow.com/questions/8863755/clojure-leiningen-and-classpath-on-windows</a> <br />打开终端,测试,输入 lein version回车 正常</p>
-
Leiningen 安装
2018-11-06 02:37:28Leiningen 安装分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow
也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!
Leiningen是一个Clojure项目管理工具。
安装过程如下:
1. 下载lein脚本
https://raw.github.com/technomancy/leiningen/preview/bin/lein
2. 复制到/usr/bin目录下,并允许执行
mv lein /usr/bin/root@chenshu-yangzhou-home:~/Downloads# chmod +x /usr/bin/lein
3. 运行lein命令,不要使用root权限leinDownloading Leiningen now...--2012-12-25 17:20:49-- https://github.com/downloads/technomancy/leiningen/leiningen-2.0.0-preview10-standalone.jarResolving github.com (github.com)... 207.97.227.239Connecting to github.com (github.com)|207.97.227.239|:443... connected.HTTP request sent, awaiting response... 302 FoundLocation: http://cloud.github.com/downloads/technomancy/leiningen/leiningen-2.0.0-preview10-standalone.jar [following]--2012-12-25 17:20:50-- http://cloud.github.com/downloads/technomancy/leiningen/leiningen-2.0.0-preview10-standalone.jarResolving cloud.github.com (cloud.github.com)... 216.137.55.10, 216.137.55.192, 216.137.55.57, ...Connecting to cloud.github.com (cloud.github.com)|216.137.55.10|:80... connected.HTTP request sent, awaiting response... 200 OKLength: 11129174 (11M) [application/x-java-archive]Saving to: `/home/chenshu/.lein/self-installs/leiningen-2.0.0-preview10-standalone.jar.pending'100%[======================================>] 11,129,174 459K/s in 23s 2012-12-25 17:21:14 (470 KB/s) - `/home/chenshu/.lein/self-installs/leiningen-2.0.0-preview10-standalone.jar.pending' saved [11129174/11129174]Leiningen is a tool for working with Clojure projects.Several tasks are available:check Check syntax and warn on reflection.classpath Write the classpath of the current project to output-file.clean Remove all files from project's target-path.compile Compile Clojure source into .class files.deploy Build jar and deploy to remote repository.deps Show details about dependencies.do Higher-order task to perform other tasks in succession.help Display a list of tasks or help for a given task.install Install current project to the local repository.jar Package up all the project's files into a jar file.javac Compile Java source files.new Generate project scaffolding based on a template.plugin DEPRECATED. Please use the :user profile instead.pom Write a pom.xml file to disk for Maven interoperability.repl Start a repl session either with the current project or standalone.retest Run only the test namespaces which failed last time around.run Run the project's -main function.search Search remote maven repositories for matching jars.show-profiles List all available profiles or display one if given an argument.test Run the project's tests.trampoline Run a task without nesting the project's JVM inside Leiningen's.uberjar Package up the project files and all dependencies into a jar file.upgrade Upgrade Leiningen to specified version or latest stable.version Print version for Leiningen and the current JVM.with-profile Apply the given task with the profile(s) specified.Run lein help $TASK for details.See also: readme, faq, tutorial, news, sample, profiles,deploying and copying.
注意国内可能需要使用proxy才能下载,参考我的关于终端如何设置http代理的方式。
http://blog.csdn.net/sheismylife/article/details/8331287
如果因为网络原因安装失败,删除掉~/.lein目录后重新执行lein命令即可。
现在可以启动一个REPL会话,上一片里面用的是java -cp 命令,这里更简单:
输入一个lisp表达式看看:$ lein replnREPL server started on port 55538REPL-y 0.1.0-beta10Clojure 1.4.0 Exit: Control+D or (exit) or (quit)Commands: (user/help) Docs: (doc function-name-here) (find-doc "part-of-name-here") Source: (source function-name-here) (user/sourcery function-name-here) Javadoc: (javadoc java-object-or-class-here)Examples from clojuredocs.org: [clojuredocs or cdoc] (user/clojuredocs name-here) (user/clojuredocs "ns-here" "name-here")user=>
能够运行。注意=>左边的user代表当前的namespace.user=> (+ 1 2)3
给我老师的人工智能教程打call!http://blog.csdn.net/jiangjunshow
-
leiningen 安装
2012-12-13 11:07:32安装leiningen 时下载了leiningen的包,配置好环境变量后执行 lein self-install 出现如下错误: Downloading Leiningen to /usr/local/leing/self-installs/leiningen-2.0.0-SNAPSHOT-standalone.jar now... ... -
leiningen安装
2013-09-13 10:27:00下载leiningen的windows压缩包和jar包(这里注意,不要用1.62的安装脚本安装,运行后面步骤时会出现错误),我下载的是: leiningen-1.5.2-win.zip和leiningen-2.0.0-preview10-standalone.jar ...转载于:https://my.oschina.net/u/576123/blog/161079
-
leiningen安装记录
2014-08-30 13:40:00Leiningen是Clojure项目管理工具Leiningen isthe easiest way to useClojure...1:首先下载Leiningen安装脚本:https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein 2:将其保存为lein文件然...Leiningen是Clojure项目管理工具Leiningen is the easiest way to use Clojure,官网:http://leiningen.org/
1:首先下载Leiningen安装脚本:https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
2:将其保存为lein文件然后移动到/usr/bin/目录下面(Ubuntu14.0.4 LST 64Bit)
y@y:~$ sudo mv my_note/lein /usr/bin/
修改lein权限,让其可以执行:
y@y:/usr/bin$ chmod +x lein
3:执行lein命令,进行安装:
y@y:~$ lein Downloading Leiningen to /home/y/.lein/self-installs/leiningen-2.4.3-standalone.jar now... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 361 0 361 0 0 297 0 --:--:-- 0:00:01 --:--:-- 297 0 0 0 0 0 0 0 0 --:--:-- 0:01:05 --:--:-- 0 curl: (22) The requested URL returned error: 403 Forbidden Failed to download https://github.com/technomancy/leiningen/releases/download/2.4.3/leiningen-2.4.3-standalone.jar It's possible your HTTP client's certificate store does not have the correct certificate authority needed. This is often caused by an out-of-date version of libssl. Either upgrade it or set HTTP_CLIENT to turn off certificate checks: export HTTP_CLIENT="wget --no-check-certificate -O" # or export HTTP_CLIENT="curl --insecure -f -L -o" It's also possible that you're behind a firewall haven't yet set HTTP_PROXY and HTTPS_PROXY.
[由于国内网络原因不能访问下载链接] 首先清除:
y@y:~$ rm .lein/ -rf
采用VPN或代理进行联网,再次运行下载成功!
y@y:~$ lein Downloading Leiningen to /home/y/.lein/self-installs/leiningen-2.4.3-standalone.jar now... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 357 0 357 0 0 310 0 --:--:-- 0:00:01 --:--:-- 310 100 14.2M 100 14.2M 0 0 195k 0 0:01:14 0:01:14 --:--:-- 126k (Retrieving org/clojure/tools.nrepl/0.2.3/tools.nrepl-0.2.3.pom from central) (Retrieving org/clojure/pom.contrib/0.1.2/pom.contrib-0.1.2.pom from central) (Retrieving org/sonatype/oss/oss-parent/7/oss-parent-7.pom from central) (Retrieving clojure-complete/clojure-complete/0.2.3/clojure-complete-0.2.3.pom from clojars) (Retrieving org/clojure/tools.nrepl/0.2.3/tools.nrepl-0.2.3.jar from central) (Retrieving clojure-complete/clojure-complete/0.2.3/clojure-complete-0.2.3.jar from clojars) Leiningen is a tool for working with Clojure projects. Several tasks are available: change Rewrite project.clj by applying a function. check Check syntax and warn on reflection. classpath Print the classpath of the current project. clean Remove all files from project's target-path. compile Compile Clojure source into .class files. deploy Build and deploy jar to remote repository. deps Download all dependencies. do Higher-order task to perform other tasks in succession. help Display a list of tasks or help for a given task. install Install the current project to the local repository. jar Package up all the project's files into a jar file. javac Compile Java source files. new Generate project scaffolding based on a template. plugin DEPRECATED. Please use the :user profile instead. pom Write a pom.xml file to disk for Maven interoperability. release Perform :release-tasks. repl Start a repl session either with the current project or standalone. retest Run only the test namespaces which failed last time around. run Run a -main function with optional command-line arguments. search Search remote maven repositories for matching jars. show-profiles List all available profiles or display one if given an argument. test Run the project's tests. trampoline Run a task without nesting the project's JVM inside Leiningen's. uberjar Package up the project files and dependencies into a jar file. update-in Perform arbitrary transformations on your project map. upgrade Upgrade Leiningen to specified version or latest stable. vcs Interact with the version control system. version Print version for Leiningen and the current JVM. with-profile Apply the given task with the profile(s) specified. Run `lein help $TASK` for details. Global Options: -o Run a task offline. -U Run a task after forcing update of snapshots. -h, --help Print this help or help for a specific task. -v, --version Print Leiningen's version. See also: readme, faq, tutorial, news, sample, profiles, deploying, gpg, mixed-source, templates, and copying. y@y:~$
4:运行lein repl进入控制台,发现报以下异常:
y@y:~$ lein repl nREPL server started on port 40433 on host 127.0.0.1 - nrepl://127.0.0.1:40433 Exception in thread "nREPL-worker-0" java.lang.NoSuchMethodError: clojure.tools.nrepl.StdOutBuffer.length()I at clojure.tools.nrepl.middleware.session$session_out$fn__7630.doInvoke(session.clj:43) at clojure.lang.RestFn.invoke(RestFn.java:460) at clojure.tools.nrepl.middleware.session.proxy$java.io.Writer$ff19274a.write(Unknown Source) at java.io.PrintWriter.write(PrintWriter.java:456) at java.io.PrintWriter.write(PrintWriter.java:473) at clojure.core$fn__5471.invoke(core_print.clj:191) at clojure.lang.MultiFn.invoke(MultiFn.java:231) at clojure.core$pr_on.invoke(core.clj:3392) at clojure.core$pr.invoke(core.clj:3404) at clojure.lang.AFn.applyToHelper(AFn.java:154) at clojure.lang.RestFn.applyTo(RestFn.java:132) at clojure.core$apply.invoke(core.clj:624) at clojure.core$prn.doInvoke(core.clj:3437) at clojure.lang.RestFn.applyTo(RestFn.java:137) at clojure.core$apply.invoke(core.clj:624) at clojure.core$println.doInvoke(core.clj:3457) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.main$repl_caught.invoke(main.clj:158) at clojure.tools.nrepl.middleware.interruptible_eval$evaluate$fn__7569$fn__7582.invoke(interruptible_eval.clj:76) at clojure.main$repl$fn__6634.invoke(main.clj:259) at clojure.main$repl.doInvoke(main.clj:257) at clojure.lang.RestFn.invoke(RestFn.java:1096) at clojure.tools.nrepl.middleware.interruptible_eval$evaluate$fn__7569.invoke(interruptible_eval.clj:56) at clojure.lang.AFn.applyToHelper(AFn.java:152) at clojure.lang.AFn.applyTo(AFn.java:144) at clojure.core$apply.invoke(core.clj:624) at clojure.core$with_bindings_STAR_.doInvoke(core.clj:1862) at clojure.lang.RestFn.invoke(RestFn.java:425) at clojure.tools.nrepl.middleware.interruptible_eval$evaluate.invoke(interruptible_eval.clj:41) at clojure.tools.nrepl.middleware.interruptible_eval$interruptible_eval$fn__7610$fn__7613.invoke(interruptible_eval.clj:171) at clojure.core$comp$fn__4192.invoke(core.clj:2402) at clojure.tools.nrepl.middleware.interruptible_eval$run_next$fn__7603.invoke(interruptible_eval.clj:138) at clojure.lang.AFn.run(AFn.java:22) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) REPL-y 0.3.2, nREPL 0.2.0-beta5NoSuchMethodError clojure.tools.nrepl.StdOutBuffer.length()I clojure.tools.nrepl.middleware.session/session-out/fn--7630 (session.clj:43)NoSuchMethodError clojure.tools.nrepl.StdOutBuffer.length()I clojure.tools.nrepl.middleware.session/session-out/fn--7630 (session.clj:43)#<Namespace user>Exception in thread "nREPL-worker-2" java.lang.NoSuchMethodError: clojure.tools.nrepl.StdOutBuffer.length()I at clojure.tools.nrepl.middleware.session$session_out$fn__7630.doInvoke(session.clj:43) at clojure.lang.RestFn.invoke(RestFn.java:460) at clojure.tools.nrepl.middleware.session.proxy$java.io.Writer$ff19274a.write(Unknown Source) at java.io.PrintWriter.write(PrintWriter.java:456) at java.io.PrintWriter.write(PrintWriter.java:473) at clojure.core$fn__5471.invoke(core_print.clj:191) at clojure.lang.MultiFn.invoke(MultiFn.java:231) at clojure.core$pr_on.invoke(core.clj:3392) at clojure.core$pr.invoke(core.clj:3404) at clojure.lang.AFn.applyToHelper(AFn.java:154) at clojure.lang.RestFn.applyTo(RestFn.java:132) at clojure.core$apply.invoke(core.clj:624) at clojure.core$prn.doInvoke(core.clj:3437) at clojure.lang.RestFn.applyTo(RestFn.java:137) at clojure.core$apply.invoke(core.clj:624) at clojure.core$println.doInvoke(core.clj:3457) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.main$repl_caught.invoke(main.clj:158) at clojure.tools.nrepl.middleware.interruptible_eval$evaluate$fn__7569$fn__7582.invoke(interruptible_eval.clj:76) at clojure.main$repl$fn__6634.invoke(main.clj:259) at clojure.main$repl.doInvoke(main.clj:257) at clojure.lang.RestFn.invoke(RestFn.java:1096) at clojure.tools.nrepl.middleware.interruptible_eval$evaluate$fn__7569.invoke(interruptible_eval.clj:56) at clojure.lang.AFn.applyToHelper(AFn.java:152) at clojure.lang.AFn.applyTo(AFn.java:144) at clojure.core$apply.invoke(core.clj:624) at clojure.core$with_bindings_STAR_.doInvoke(core.clj:1862) at clojure.lang.RestFn.invoke(RestFn.java:425) at clojure.tools.nrepl.middleware.interruptible_eval$evaluate.invoke(interruptible_eval.clj:41) at clojure.tools.nrepl.middleware.interruptible_eval$interruptible_eval$fn__7610$fn__7613.invoke(interruptible_eval.clj:171) at clojure.core$comp$fn__4192.invoke(core.clj:2402) at clojure.tools.nrepl.middleware.interruptible_eval$run_next$fn__7603.invoke(interruptible_eval.clj:138) at clojure.lang.AFn.run(AFn.java:22) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Error loading namespace; falling back to userNoSuchMethodError clojure.tools.nrepl.StdOutBuffer.length()I clojure.tools.nrepl.middleware.session/session-out/fn--7630 (session.clj:43)NoSuchMethodError clojure.tools.nrepl.StdOutBuffer.length()I clojure.tools.nrepl.middleware.session/session-out/fn--7630 (session.clj:43)user=>
google了一番原来是leiningen2.4.3的一个BUG:https://github.com/technomancy/leiningen/issues/1625
解决方法:将其回退到2.4.2版
y@y:~$ lein downgrade 2.4.2 Downloading Leiningen to /home/y/.lein/self-installs/leiningen-2.4.2-standalone.jar now... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 355 0 355 0 0 320 0 --:--:-- 0:00:01 --:--:-- 320 100 13.2M 100 13.2M 0 0 432k 0 0:00:31 0:00:31 --:--:-- 611k The script at /usr/bin/lein will be upgraded to the latest 2.4.2 version. Do you want to continue [Y/n]? Y Upgrading... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 136 0 136 0 0 123 0 --:--:-- 0:00:01 --:--:-- 123 100 11871 100 11871 0 0 2603 0 0:00:04 0:00:04 --:--:-- 7693 mv: 无法将"/tmp/lein-12771-upgrade" 移动至"/usr/bin/lein": 权限不够 Leiningen 2.4.2 on Java 1.7.0_55 Java HotSpot(TM) 64-Bit Server VM
5:再次运行lein repl 成功
y@y:~$ lein repl nREPL server started on port 33169 on host 127.0.0.1 - nrepl://127.0.0.1:33169 REPL-y 0.3.1 Clojure 1.6.0 Docs: (doc function-name-here) (find-doc "part-of-name-here") Source: (source function-name-here) Javadoc: (javadoc java-object-or-class-here) Exit: Control+D or (exit) or (quit) Results: Stored in vars *1, *2, *3, an exception in *e user=>
输出helo,world
user=> (println "Hello,world!") Hello,world! nil user=>
转载于:https://www.cnblogs.com/yshyee/p/3946350.html
-
Leiningen安装使用及与eclipse的集成
2012-02-08 19:01:05Leiningen是针对Clojure的项目构建工具,兼容Maven。@ ... ...安装Counterclockwise:Clojure的eclipse插件,@http://code.google.com/p/counterclockwise/ Update site: http://ccw.cgrand.neLeiningen是针对Clojure的项目构建工具,兼容Maven。@ https://github.com/technomancy/leiningen
安装Counterclockwise:Clojure的eclipse插件,@http://code.google.com/p/counterclockwise/
Update site: http://ccw.cgrand.net/updatesite
安装
下载lein.bat文件
拷贝内容到~/bin/lein
chmod 755 ~/bin/lein
然后执行lein self-install
安装eclipse支持:
lein plugin install lein-eclipse 1.0.0
命令:
$ lein new [TEMPLATE] NAME # generate a new project skeleton $ lein test [TESTS] # run the tests in the TESTS namespaces, or all tests $ lein repl # launch an interactive REPL session $ lein jar # package up the whole project as a .jar file $ lein install # install a project $ lein search [TERM] # find jars for your project.clj dependencies
lein deps 导入依赖包
lein uberjar 生成独立运行的jar包
//将创建好的项目转为eclipse项目
lein eclipse
-
Clojure学习之-leiningen安装
2019-05-20 17:17:44一、下载lein.bat 二、把lein.bat的路径加入环境变量配置 下载后,放入D盘的lein文件夹下,故...三、安装lein 打开cmd窗口,执行lein self-install命令,等待命令执行完成,完成后执行lein命令,可以看到输出 ... -
Leiningen 安装<转>
2014-01-21 17:32:26安装过程如下: 1. 下载lein脚本 https://raw.github.com/technomancy/leiningen/preview/bin/lein 2. 复制到/usr/bin目录下,并允许执行 [plain] view plaincopyprint? -
Clojure 开发环境 light table 和 Leiningen 安装指引
2013-09-28 22:50:001 首先下载 Light table 然后 解压到到一文件夹。... 2下载构建工具 下载地址 http://leiningen-win-installer.djpowell.net/ ... Leiningen 中文教程 http://wiki.fnil.net/index.php?title=Leiningen_tut... -
通过 leiningen 安装 Clojure 的简单步骤
2013-12-16 21:29:00Downloading Leiningen to /Users/admin/.lein/self-installs/leiningen-2.3.4-standalone.jar now... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed ... -
【Clojure入门之windows环境安装】Leiningen快速手动安装指南
2018-03-04 15:56:44创建Leiningen安装主目录,设置环境变量LEIN_HOME。如D:\developmentPrograms\leiningen官网https://leiningen.org/下载lein.bat批处理脚本,下载后的脚本放置到%LEIN_HOME%\bin环境变量PATH中加入lein.bat脚本所在... -
Windows安装Leiningen
2020-12-24 10:58:37Windows下安装Leiningen 一、下载lein.bat和leiningen-2.8.1-standalone.jar包 去官网下载可能需要翻墙,文末附个人百度网盘下载链接。 下载如下两个文件: 二、运行lein.bat 在运行lein.bat之前先用记事本打开lein... -
2020-09-27 clojure环境搭建 - Leiningen的安装
2020-09-27 20:19:18下载 leiningen-2.0.0-preview10-standalone.jar (这个是2012年的版本) 下载lein.bat https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein.bat 但是需要翻墙,所以这里我 -
Storm安装Leiningen 指南
2012-07-10 15:33:291 下载lein脚本(在github上)chmod 755 lein mv lein /usr/bin/ 2 export HTTP_CLIENT="wget --no-check-certificate -O" 为了从github... 3 lein self-install 4 Leiningen is a tool for working with Clojure p -
安装clojure编译工具leiningen
2015-06-30 14:36:38Edit: Leiningen 1.3.1 got better Windows support and you don't need to follow these instructions anymore. Get the Windows distribution from here:http://github.com/technomancy/leiningen/downloads, ... -
Leiningen 使用
2014-12-24 07:45:33下载jar包: https://github.com/technomancy/leiningen/releases ...比如你要安装到D:\lein 就copy leningen-xxxx.jar包和zip包到这儿目录下,兵解压zip包当当前目录,然后copy解压后目录中的bin目录下的lein.bat... -
Clojure学习笔记(2)安装Clojure构建工具 leiningen
2019-09-20 04:22:491.在C盘下创建一个文件夹,并且命名为home_lein,然后把下载的lein.bat文件和leiningen-2.0.0-preview10-standalone.jar包放到C:\home_lein文件夹下。 如下图所示: 2.修改lein.bat脚本 ... -
Clojure学习——clojure构建工具Leiningen2.x的安装
2012-12-05 10:10:08Linux环境下的安装: 1、[url=https://raw.github.com/technomancy/leiningen/preview/bin/lein]下载脚本。[/url] 2、粘贴到你的~/bin或者/usr/bin下面。 3、赋予脚本可执行权限。 (例如:chmod 755 ~/bin/lein... -
leiningen在windows环境下的安装(我用的是win7)
2014-04-13 19:42:00这两天在学习clojure,在安装leiningen时候记录一下安装过程。 从https://github.com/technomancy/leiningen/downloads下载zip文件,我下载的是leiningen-1.4.1-win32.zip,可以下载不同的版本。下载文件后 解压缩... -
Ubuntu16.04 安装Leinigen
2019-11-04 20:24:47下载安装脚本 Leiningen是Clojure项目管理工具Leiningen isthe easiest way to useClojure。 官网:http://leiningen.org/ Github项目地址:https://github.com/technomancy/leiningen 安装脚本地址:... -
leiningen:自动化Clojure项目,而无需费力-源码
2021-02-18 18:05:52Leiningen会在第一次运行lein shell脚本时进行安装。 没有单独的安装脚本。 请按照以下说明手动安装Leiningen: 确保您已安装Java。 建议此时使用OpenJDK版本8。 该项目。 将其放在$PATH 。 ( ~/bin如果在您的... -
建立Clojure开发环境-使用IDEA和Leiningen
2015-01-04 17:55:00安装Leiningen 按照http://leiningen.org/的指南安装lein 阅读Leiningen教程中文版了解leiningen 如果需要使用代理,需要执行 export HTTPS_PROXY=host:port export HTTP_PROXY=host:port ... -
lein-cljsbuild, Leiningen插件使ClojureScript开发变得容易.zip
2019-09-18 16:53:29lein-cljsbuild, Leiningen插件使ClojureScript开发变得容易 lein-cljsbuild最新版本: 这是一个into插件,它使你可以以在修改它时快速而简单地将你的agavi代码编译为 Javascript 。 安装很简单,允许你在 project.... -
lein-auto, 修改文件时执行任务的Leiningen插件.zip
2019-09-18 06:20:55lein-auto, 修改文件时执行任务的Leiningen插件 lein监视项目源目录并执行任务的插件,当它检测到与集合服务器匹配的文件更改时,执行一个任务。安装将 lein-auto 作为插件依赖项添加到项目或者概要文件中。:plugins... -
lein-cljsbuild:Leiningen插件使ClojureScript开发变得容易-源码
2021-02-19 14:58:41这是一个Leiningen插件,可让您在修改时将ClojureScript代码自动快速编译为Javascript。 它安装简单,并且允许您在project.clj文件中配置ClojureScript编译器。 除了基本的编译器支持之外,lein-cljsbuild还可以... -
ClojureNews, Clojure新闻网络应用程序( 黑客新闻克隆).zip
2019-09-17 19:37:20ClojureNews, Clojure新闻网络应用程序( 黑客新闻克隆) 新闻 要求jdk/clojure 1.8 LeiningenHeroku ( 免费计划)mLab ( add-on )安装已经安装在Heroku上 安装本地安装安装 leiningen安装 -
七周七语言: Clojure Day 1
2019-10-04 13:17:49Clojure的安装比之前的几门语言都要复杂,因为需要使用额外的leiningen工具,在Ubuntu 12.04下可以使用 sudo apt-get install leiningen 安装。如果是其他版本或者GNU/Linux发行版可能需要通过项目主页上提供...
-
基于Qt的LibVLC开发教程
-
2016年上半年 信息系统监理师 上午试卷 综合知识 软考真题【含答案和答案解析】
-
HARMONY
-
2013年下半年 信息系统监理师 上午试卷 综合知识 软考真题【含答案和答案解析】
-
Tickets(dp)
-
阿里集团八年容器化演进之路
-
在 Linux 上构建企业级 DNS 域名解析服务
-
基于Flink+Hudi构建企业亿级云上实时数据湖教程(PC、移动、小
-
《让心灵洒满阳光》读后感
-
一天学完MySQL数据库
-
工程制图 AutoCAD 2012 从二维到三维
-
ASHRAE 2012 IT Equipment Thermal Management and Controls_V1.0.pdf
-
元素周期表-three.js实战详解
-
RapidScada从入门到精通
-
用于文档聚类的半监督概念分解
-
程序员必修基础套餐课
-
易意-源码
-
AIC和RIE法制备的黑硅纳米林
-
美团外卖Android平台化架构演进实践
-
在高密度软件定义的WiFi网络中实现负载平衡