【发布时间】:2019-10-08 09:43:10
【问题描述】:
如何安装老版本的boot clj?我需要 2.7.2 版本,但实际上正在安装 2.8.3。我的操作系统是 Debian 9。
【问题讨论】:
如何安装老版本的boot clj?我需要 2.7.2 版本,但实际上正在安装 2.8.3。我的操作系统是 Debian 9。
【问题讨论】:
方法是放一个文件boot.properties:
#http://boot-clj.com
#Mon Jan 18 23:19:36 CET 2016
BOOT_CLOJURE_NAME=org.clojure/clojure
BOOT_CLOJURE_VERSION=1.8.0
BOOT_VERSION=2.7.2
BOOT_EMIT_TARGET=no
或类似进入项目文件夹并在其中运行boot 命令。
【讨论】: