Public Vars

Back

exec-paths (clj)

(source)

function

(exec-paths)
Returns executable paths (using the PATH environment variable). Same as `(split-paths (System/getenv "PATH"))`.

Examples