clojure
Knowledgebase
Clojure
Installing Clojure on Ubuntu
Install Java
$ sudo apt install default-jre
lein script (https://leiningen.org/) https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein Copy the text in the above link and paste into a file called /usr/bin/lein
Change the file to executable.
$ sudo chmod a+x /usr/bin/lein
Execute lein to run the Leiningen install.
clojure.txt · Last modified: 2021/09/07 21:53 by n7tms