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 ned.deily
Recipients koustavpal88, methane, ned.deily, r.david.murray
Date 2016-12-19.18:25:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482171924.43.0.441101069151.issue25617@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps the issue here is that you are installing a local version of Python with the same configured prefix as a system installed Python of the same major version.  This is a primary use of the --prefix option to the ./configure script of Python.  You should ensure that each Python x.y instance is built and installed with unique values for --prefix; that should ensure that there is no conflict among those instances with regard to their "global" file paths.  That said, there can still be conflicts with --user locations where the same user-specific paths are used by all instances of a particular Python major version.
History
Date User Action Args
2016-12-19 18:25:24ned.deilysetrecipients: + ned.deily, r.david.murray, methane, koustavpal88
2016-12-19 18:25:24ned.deilysetmessageid: <1482171924.43.0.441101069151.issue25617@psf.upfronthosting.co.za>
2016-12-19 18:25:24ned.deilylinkissue25617 messages
2016-12-19 18:25:24ned.deilycreate