# Ensure this file is executable via `chmod a+x lein`, then place it
# somewhere on your $PATH, like ~/bin. The rest of Leiningen will be
# installed upon first run into the ~/.lein/self-installs directory.
nREPL server started on port 50634 on host 127.0.0.1 - nrepl://127.0.0.1:50634
REPL-y 0.3.7, nREPL 0.2.12
Clojure 1.8.0
Java HotSpot(TM) 64-Bit Server VM 1.8.0_121-b13
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=>
该脚本在开始时有一些有用的注释:
所以要卸载它,理论上你只需要删除那个目录
假设您没有以 root 身份运行脚本。
如果以后可能要重新安装程序,可以保留脚本;由于它位于路径位置,因此键入
lein
会导致脚本再次运行,重新安装软件。如果您不希望发生这种情况,请删除脚本本身(rm ~/bin/lein
假设这是它的路径)或从中删除执行权限(chmod -x ~/bin/lein
)。如果您尝试删除 Lein 以更改您正在使用的版本,因为您遇到了类似于GitHub 上描述的问题,请删除Zanna 提到的Lein :
将 Lein 的版本更新为您在
lein
脚本中需要的版本(您从 lein 站点下载的版本可能在 下~/bin/lein
):将此更改为您想要的版本(在我的情况下将其更改为 2.8.1 解决了问题)。
通过运行再次安装 Lein:
通过尝试运行 repl 来确认一切正常:
如果您得到类似于以下内容的内容,则您已成功安装 Lein:
1)找到你把这个可执行文件放在哪里并删除它:
2) 删除 lein cache/config 文件夹