I want to set system variables for GUI pallications (Finder, Xcode, etc.) after reboot computer.
I can to do it for bash(write "export VAR=/path/" to file ~/.profile, and after reboot all bash terminals has these variables), but I have some problems with variables for all GUI applications after reboot computer.
I do it for MAC OS X 10.10 Yosemite.
Thanks!
            Asked
            
        
        
            Active
            
        
            Viewed 950 times
        
    1
            
            
         
    
    
        Олег Трофимов
        
- 11
- 2
- 
                    http://stackoverflow.com/a/26586170/2836621 This should help. – Mark Setchell Jun 28 '16 at 21:55
1 Answers
0
            I resolved my problem by adding the string export sys_var=<path> to the ~/.profile file.
 
    
    
        Sebastian Simon
        
- 18,263
- 7
- 55
- 75
 
    
    
        Олег Трофимов
        
- 11
- 2