[issue25617] Installing local installation of Python

2017-02-20 Thread INADA Naoki
INADA Naoki added the comment: close this issue because lack of information. -- resolution: -> rejected stage: -> resolved status: open -> closed ___ Python tracker

[issue25617] Installing local installation of Python

2016-12-19 Thread Ned Deily
Ned Deily added the comment: 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

[issue25617] Installing local installation of Python

2016-12-19 Thread R. David Murray
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

[issue25617] Installing local installation of Python

2016-12-19 Thread INADA Naoki
INADA Naoki added the comment: I can't understand what's your problem. > The inherent behaviour of python installations (local or global) is such that > it expects to source system wide modules from the global python installation. What local installation means? What global installation means?

[issue25617] Installing local installation of Python

2015-11-13 Thread Koustav Pal
New submission from Koustav Pal: The inherent behaviour of python installations (local or global) is such that it expects to source system wide modules from the global python installation. There is no non hacky way to solve this problem. The idea of local installations is that they should be