This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-31
Channels
- # aleph (38)
- # beginners (91)
- # boot (4)
- # cider (20)
- # clara (11)
- # cljs-dev (4)
- # clojure (179)
- # clojure-greece (1)
- # clojure-italy (16)
- # clojure-portugal (1)
- # clojure-russia (1)
- # clojure-sanfrancisco (1)
- # clojure-spec (183)
- # clojure-uk (50)
- # clojurescript (111)
- # core-async (24)
- # cursive (4)
- # datascript (11)
- # datomic (29)
- # fulcro (120)
- # gorilla (2)
- # jobs (1)
- # keechma (2)
- # keyboards (26)
- # leiningen (4)
- # luminus (7)
- # lumo (15)
- # off-topic (2)
- # onyx (31)
- # parinfer (12)
- # portkey (1)
- # protorepl (1)
- # re-frame (50)
- # reagent (106)
- # remote-jobs (1)
- # ring-swagger (2)
- # rum (10)
- # spacemacs (17)
- # sql (16)
- # test-check (1)
- # yada (2)
hey folks, could anyone point me at how to make lein repl
start up with a particular version of clojure from a non-project directory? I think the place to set this may be ~/.lein/profiles.clj
... I know I can specify that a project use a particular version of clojure by setting :dependencies
in its project.clj
but I haven't found docs that tell me how to do this when running lein repl
(specifically, I'm trying to make clojure-1.9.0-alpha17 the default)
Could you try putting the same in :user profiles.clj?
@danielcompton already tried in :user
and also as a top-level entry in ~/.lein/profiles.clj
... neither worked for me 😕