https://github.com/grmartin/yosemite-profile-environment-variables
User Launch Script for Yosemite Environment Variables.
https://github.com/grmartin/yosemite-profile-environment-variables
environment-variables environment-vars envvars shell yosemite
Last synced: about 2 months ago
JSON representation
User Launch Script for Yosemite Environment Variables.
- Host: GitHub
- URL: https://github.com/grmartin/yosemite-profile-environment-variables
- Owner: grmartin
- License: other
- Created: 2015-05-06T23:14:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-08T00:11:24.000Z (over 10 years ago)
- Last Synced: 2025-03-05T22:31:25.265Z (7 months ago)
- Topics: environment-variables, environment-vars, envvars, shell, yosemite
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.MD
Awesome Lists containing this project
README
# Dynamic Environment Variables for MacOS X Yosemite
The following is an excerpt from my Home Directory as to how I managed to modify my Mac
in such a way to allow any Mac app launched normally via the native launch system to have
access to the same dynamically set variables I use in my Terminal's ```~/.profile``` script.This was resolved after trying to make it so that [IntelliJ](https://www.jetbrains.com/idea)
could see the standard envvars that i use from the terminal including my ```ANDROID_HOME```,
```GOPATH``` and ```GOROOT```. Investigation and resolution of this problem lead to the
development of my [EnvVars](https://github.com/grmartin/EnvVars-Mac) app.This is not a drop in solution, and will require Path changes to get working, but my hope
is that it is largely self explanatory.