Reported in the forum http://discuss.atom.io/t/atom-command-doesnt-pass-environment-variables-to-atom/1596
They recommend prepending open
with env
. But I'm not sure if that will cause other side effects.
I can't reproduce this problem anymore. If I run:
GET_TO=THE_CHOPPA atom .
I can run this from Atom's dev console:
process.env['GET_TO'] # OUTPUTS "THE_CHOPPA"
GET_TO=THE_CHOPPA
:smile:
This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks!
Most helpful comment
:smile: