【发布时间】:2012-04-20 03:53:20
【问题描述】:
我是 clojure 初学者。我按照http://www.unexpected-vortices.com/clojure/brief-beginners-guide/development-env.html 中给出的以下步骤在运行 Linux Mint 12 的机器上设置 Leiningen。
cd ~/bin
wget https://raw.github.com/technomancy/leiningen/stable/bin/lein
chmod +x lein
lein self-install
但是现在当我运行以下命令时:
lein new foobar
我明白了
The program 'lein' is currently not installed. You can install it by typing:
sudo apt-get install leiningen
我在 ~/.lein/self-installs 中看到一个文件 leiningen-1.7.1-standalone.jar。为什么即使我使用了自安装方法,我也被要求再次使用包管理器安装 lein?
请帮忙 谢谢你
【问题讨论】:
标签: clojure leiningen linux-mint