This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Mac: make frameworkinstall skips docs, scripts
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen, ronaldoussoren
Priority: normal Keywords:

Created on 2004-12-19 00:09 by jackjansen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg23771 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2004-12-19 00:09
"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.
msg23772 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-06-25 21:27
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'.
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41340
2008-05-02 22:01:30ronaldoussorensetstatus: open -> closed
2004-12-19 00:09:22jackjansencreate