Set up the system environment.
Set up the system environment.
(system-environment env-name
key-value-pairs
&
{:keys [path shared literal] :as options})
Define system wide default environment. On redhat based systems, this is set in /etc/profile.d, so is only valid within a login shell. On debian based systems, /etc/environment is used.
Define system wide default environment. On redhat based systems, this is set in /etc/profile.d, so is only valid within a login shell. On debian based systems, /etc/environment is used.
(system-environment-file env-name
{:keys [path shared]
:or {shared :pallet.crate.environment/not-set}
:as options})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close