This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-09
Channels
- # admin-announcements (1)
- # beginners (1)
- # boot (16)
- # capetown (2)
- # cider (1)
- # clara (1)
- # cljs-dev (2)
- # cljsrn (2)
- # clojure-brasil (3)
- # clojure-czech (2)
- # clojure-greece (4)
- # clojure-quebec (2)
- # clojure-russia (3)
- # clojure-spec (8)
- # clojure-sweden (1)
- # clojure-uk (1)
- # clojurescript (8)
- # datomic (12)
- # editors (12)
- # events (1)
- # hoplon (11)
- # off-topic (2)
- # om (56)
- # proton (2)
- # reagent (2)
- # spacemacs (1)
@timothypratley: In the end I use something like you do to write in a different target directory. So, thanks !
I need some help understanding pods. I would have expected the following to return the modified pod environment, but I just get nil. Any help would be appreciated.
(set-env!
:dependencies '[[org.clojure/clojure "1.8.0"]])
(defn get-pod-env []
(let [env (update-in (get-env) [:dependencies] conj '[boot/core "2.6.0"])
pod (boot.pod/make-pod env)]
(boot.pod/with-eval-in pod
(require '[boot.core :as boot])
(boot/get-env))))
(println (get-pod-env))
@cal I would try to use pod/env
@richiardiandrea: Thanks. That seems to work.
Seems to have disable my entire boot install and I can't seem to re-install. Anybody else seen this?
the boot version is set either via ~/.boot/boot.properties file, ./boot.properties, or the BOOT_VERSION
environment variable