[issue25617] Installing local installation of Python

R. David Murray report at bugs.python.org
Mon Dec 19 08:01:40 EST 2016


R. David Murray added the comment:

If you build and install a "local python", you will be installing the library locally as well, and python will not look to the lib dir of the system installed python.  So yes, please explain your problem with more specifics.

In any case the problem of python trying to run with the wrong version of a .pyc file is solved in python3, since each version of python writes separately-named pyc files.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25617>
_______________________________________


More information about the Python-bugs-list mailing list