5
我是個Clojure的beginner.I做以下步驟對http://www.unexpected-vortices.com/clojure/brief-beginners-guide/development-env.html給出設置Leiningen運行Linux Mint的12對Linux Mint的12
cd ~/bin
wget https://raw.github.com/technomancy/leiningen/stable/bin/lein
chmod +x lein
lein self-install
我的機器上,但現在Clojure的安裝Leiningen當我運行以下命令:
lein new foobar
我得到
The program 'lein' is currently not installed. You can install it by typing:
sudo apt-get install leiningen
我看到一個文件leininge 〜/ .lein/self-installs中的n-1.7.1-standalone.jar。爲什麼我被要求使用包管理器再次安裝lein,即使我使用了自安裝方法?
請幫助 謝謝
哦,沒意識到這:)。謝謝 ! – Kris 2012-04-06 14:46:21