How do I launch a mac app with an environment variable set?
Everything I can find is really complicated, like this, this or this.
How do I launch a mac app with an environment variable set?
Everything I can find is really complicated, like this, this or this.
It's actually really simple.
Open up Terminal
and run:
~$ export MY_VAR=some-value
~$ open /Applications/Some.app