Re: set MANPATH
Re: set MANPATH
- Subject: Re: set MANPATH
- From: Jim Correia <email@hidden>
- Date: Sun, 18 Jan 2004 11:12:30 -0500
On Jan 18, 2004, at 6:17 AM, Romain Brestac wrote:
I have man pages located at a different path than the default
/usr/share/man. I have set an environment variable in a ~/.profile
file with this line:
$MANPATH="path1:path2"
It works in the terminal when I type 'man command' but not in xcode
when using the Help>Man pages menu.
How can I tell xcode to search with a different man path ?
GUI processes have a different environment than shell processes.
<http://developer.apple.com/qa/qa2001/qa1067.html>
Jim
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >set MANPATH (From: Romain Brestac <email@hidden>) |