Change pydoc search.#2211
Conversation
|
Thanks for the pr! However, if PYTHONHOME has an invalid value, none of the python scripts would work anyway. Since umbrella and its documentation are optional, I'm thinking of simply skipping them with a warning if the python environment is invalid. |
I am assuming the following situation:
|
|
@tkameyama, could you confirm whether pr #2217 does what you need? We are in the process of changing how the configure script detect the python environment, to make sure, among other things, that the correct pydoc is found. |
Yes.
I hope it. |
|
This has been resolved by e6de50b and the latest ./configure. |
pydoc is faiied when wrong PYTHONHOME environment variable is found.
This PR search pydoc in python install directory (expected to match PYTHONHOME ).