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.

Author ncoghlan
Recipients benjamin.peterson, christian.heimes, ncoghlan
Date 2008-10-09.11:03:40
SpamBayes Score 0.0050111827
Marked as misclassified No
Message-id <1223550221.84.0.839602518092.issue4082@psf.upfronthosting.co.za>
In-reply-to
Content
Platform? It works fine for me (system python is 2.5, local python is
trunk - the tildes aren't actually in the printout, I subbed them in for
my home directory):

~/devel/python$ python -m site
sys.path = [
    '~/devel/python',
    '/usr/lib/python25.zip',
    '/usr/lib/python2.5',
    '/usr/lib/python2.5/plat-linux2',
    '/usr/lib/python2.5/lib-tk',
    '/usr/lib/python2.5/lib-dynload',
    '/usr/local/lib/python2.5/site-packages',
    '/usr/lib/python2.5/site-packages',
    '/usr/lib/python2.5/site-packages/PIL',
    '/var/lib/python-support/python2.5',
    '/var/lib/python-support/python2.5/gtk-2.0',
]
~/devel/python$ ./python -m site
sys.path = [
    '~/devel/python',
    '/usr/local/lib/python27.zip',
    '~/devel/python/Lib',
    '~/devel/python/Lib/plat-linux2',
    '~/devel/python/Lib/lib-tk',
    '~/devel/python/Lib/lib-old',
    '~/devel/python/Modules',
    '~/devel/python/build/lib.linux-i686-2.7',
]
USER_BASE: '/home/ncoghlan/.local' (exists)
USER_SITE: '/home/ncoghlan/.local/lib/python2.7/site-packages' (doesn't
exist)
ENABLE_USER_SITE: True
History
Date User Action Args
2008-10-09 11:04:04ncoghlanunlinkissue4082 messages
2008-10-09 11:03:41ncoghlansetrecipients: + ncoghlan, christian.heimes, benjamin.peterson
2008-10-09 11:03:41ncoghlansetmessageid: <1223550221.84.0.839602518092.issue4082@psf.upfronthosting.co.za>
2008-10-09 11:03:40ncoghlanlinkissue4082 messages
2008-10-09 11:03:40ncoghlancreate