[ python-Bugs-1087737 ] Mac: make frameworkinstall skips docs, scripts
SourceForge.net
noreply at sourceforge.net
Tue Aug 1 23:14:54 CEST 2006
Bugs item #1087737, was opened at 2004-12-19 01:09
Message generated for change (Settings changed) made by ronaldoussoren
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1087737&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Macintosh
Group: None
Status: Open
>Resolution: Wont Fix
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Jack Jansen (jackjansen)
Summary: Mac: make frameworkinstall skips docs, scripts
Initial Comment:
"make frameworkinstall" for a framework build of Python installs a
symlink to the interpreter in /usr/local, but it doesn't do the same
for the man page, scripts and maybe other auxiliary files.
Either it needs to install these, or it needs to be documented that
they aren't installed, preferably with an option to install them with
an extra make.
----------------------------------------------------------------------
Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2006-06-25 23:27
Message:
Logged In: YES
user_id=580910
Current wisdom seems to be that it's better to add the directories inside the
framework to relevant paths (PATH and MANPATH) instead of adding symlinks
in /usr/local.
The binary installer will install a symlink to the embedded documentation in /
Developer/Documentation.
IMHO this can be closed.
BTW. 'make frameworkinstall' is deprecated as well, just use 'make install'.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1087737&group_id=5470
More information about the Python-bugs-list
mailing list