If I call:

(System/getenv "MY_VAR") ;=> nil

>From bash 

set | grep MY_VAR ;=> foo

echo $MY_VAR' ;=> foo

I can do this from bash, as well as my tmux session.  I use tmuxinator to 
launch a repl and vim, thus my repl process is running inside TMUX.  That 
said, I can see the env var in other tmux sessions.

Anyone ever run across this issue?  Am I doing something wrong?  The point 
of this was to 12 Factor App-ify my environment for setting various runtime 
config options.  Is there another/better way to do the same thing that 
others prefer.

Thanks,

Jarrod

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to