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: site-packages & build-dir python
Type: Stage:
Components: None Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: fdrake, georg.brandl
Priority: normal Keywords:

Created on 2002-07-25 20:36 by fdrake, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg11696 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-07-25 20:36
A Python interpreter running from the build directory
rather than the installation directory should not use
the site-packages or site-python directories.  This is
more important for a debug-build Python than for a
release build.
msg11697 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-10-12 12:42
Logged In: YES 
user_id=849994

As far as I can see, sys.path for ./python in the build-dir
does not include any site-packages entry.
History
Date User Action Args
2022-04-10 16:05:31adminsetgithub: 36929
2002-07-25 20:36:58fdrakecreate