[Python-bugs-list] [ python-Bugs-762147 ] PackMan needs to be able to install outside site-packages

SourceForge.net noreply@sourceforge.net
Sat, 28 Jun 2003 16:28:55 -0700


Bugs item #762147, was opened at 2003-06-28 00:26
Message generated for change (Comment added) made by jackjansen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=762147&group_id=5470

Category: Macintosh
Group: None
Status: Open
Resolution: None
>Priority: 3
Submitted By: Jack Jansen (jackjansen)
Assigned to: Jack Jansen (jackjansen)
Summary: PackMan needs to be able to install outside site-packages

Initial Comment:
PackMan needs to be able to install system-wide packages 
in /Library/Python/2.3/site-packages, in the event that the 
normal $prefix/lib/python2.3/site-packages is not writeable. 
That directory also needs to be put on sys.path (for 
framework OSX builds only) if it exists, similarly to ~/
Library/Python/2.3/site-packages.

----------------------------------------------------------------------

>Comment By: Jack Jansen (jackjansen)
Date: 2003-06-29 01:28

Message:
Logged In: YES 
user_id=45365

It turns out this is less of a problem than I feared: site-packages 
is a symlink to a place that is writable. There is still a problem 
when a distutils-based package tries to install extra header files, 
but that will have to be solved after 2.3b2.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=762147&group_id=5470