Skip to content

Set a default python that is consistent with the libraries in PYTHONHOME#7157

Merged
tgamblin merged 1 commit intospack:developfrom
epfl-scitas:fixes/issue_7128
Feb 12, 2018
Merged

Set a default python that is consistent with the libraries in PYTHONHOME#7157
tgamblin merged 1 commit intospack:developfrom
epfl-scitas:fixes/issue_7128

Conversation

@alalazo
Copy link
Copy Markdown
Member

@alalazo alalazo commented Feb 1, 2018

fixes #7128

Before this PR packages that were indirectly dependent on python might have failed due to the inconsistency between the python found in the environment and the standard libraries set in PYTHONHOME.

@nazavode

fixes spack#7128

Before this PR packages that were indirectly dependent on python might
have failed due to inconsistency between the python found in the
environment and the standard libraries set in PYTHONHOME
@alalazo alalazo added the bug Something isn't working label Feb 1, 2018
@nazavode
Copy link
Copy Markdown
Contributor

nazavode commented Feb 1, 2018

@alalazo while tracking down #7128 I've learned that unfortunately you can't really share a PYTHONHOME across interpreters (even if major and minor releases are the same). So this looks like the only reasonable approach imo.

@nazavode
Copy link
Copy Markdown
Contributor

nazavode commented Feb 1, 2018

Tested (with this) and works perfectly. Thanks.

@alalazo
Copy link
Copy Markdown
Member Author

alalazo commented Feb 9, 2018

@scheibelp @adamjstewart @tgamblin Are you fine with merging this?

@tgamblin tgamblin merged commit b7baeb5 into spack:develop Feb 12, 2018
@alalazo alalazo deleted the fixes/issue_7128 branch February 12, 2018 07:40
smuething pushed a commit to smuething/spack that referenced this pull request Feb 28, 2018
…OME (spack#7157)

fixes spack#7128

Before this PR packages that were indirectly dependent on python might
have failed due to inconsistency between the python found in the
environment and the standard libraries set in PYTHONHOME
ch741 pushed a commit to ch741/spack that referenced this pull request Apr 20, 2018
…OME (spack#7157)

fixes spack#7128

Before this PR packages that were indirectly dependent on python might
have failed due to inconsistency between the python found in the
environment and the standard libraries set in PYTHONHOME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken python and from_sourcing_file in packages depending indirectly on python

4 participants