jiedongnyu / git-osx-installer

Automatically exported from code.google.com/p/git-osx-installer
0 stars 0 forks source link

Deprecated way to set path #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Path should be set in /etc/paths.d according to Apple
2. Remove the .MacOSX hidden folder
3. echo "/usr/local/git/bin" > /etc/paths.d/git

What is the expected output? What do you see instead?
This will enable your path to be set correctly, and be inherited by 
applications.

What version of the product are you using? On what operating system?
1.6.0.1 on 10.5.4 Intel

Original issue reported on code.google.com by ronald.v...@gmail.com on 8 Sep 2008 at 8:29

GoogleCodeExporter commented 9 years ago
Currently, the installer is creating /etc/paths.d/git and /etc/manpaths.d/git

Are you certain that non-terminal applications inherit these environment 
variables?  My tests have shown that 
they don't, but I could be wrong.  Can you verify?

Original comment by timchar...@gmail.com on 8 Sep 2008 at 8:35

GoogleCodeExporter commented 9 years ago
For me, the installer created /paths.d/git and /mathpaths.d/git, i.e. right at 
root, i.e. missing '/etc'.  I had to 
manually move the files to their correct '/etc' locations.

Original comment by Ben.Denc...@gmail.com on 2 Dec 2008 at 10:03

GoogleCodeExporter commented 9 years ago
i found the problem - i released a doozy installer.  i wrote a test sxript to 
test the installer now and 
released an updated, fixed version.

thanks

tim

Original comment by timchar...@gmail.com on 3 Dec 2008 at 3:39