How to install Leiningen on linux?

2

I've just installed Ubuntu. I want to install Leiningen so that I can get going with Clojure. But it seems that downloading process in Linux is very different than Windows.

In its Github repository, it says to Download the script; but when I click on the link, I just get a page with code. How do I download it?

Zeynel

Posted 2013-10-19T17:03:35.720

Reputation: 1 195

Answers

3

Right-click on the link, "Save Link as".

Balazs Papp

Posted 2013-10-19T17:03:35.720

Reputation: 221

yes but if I do that in OS X I get lein.txt, not lein. – Zeynel – 2013-12-18T02:46:10.957

I just renamed it and it worked. mv lein.txt lein – Zeynel – 2013-12-18T03:01:09.733

0

run this on linux:

wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein

And place it on your $PATH

chunfengd

Posted 2013-10-19T17:03:35.720

Reputation: 1