Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed linking python when venv is active #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nemjit001
Copy link

By checking for base_prefix instead of exec_prefix, linking with pythonXY.lib works even when a virtual environment is active.

Changes:

  • printing sys.base_prefix instead of sys.exec_prefix

This PR references issue #213

@nemjit001
Copy link
Author

It seems that the failing jobs have something to do with macOS not wanting to compile due to linking errors in dependencies, but the windows tests are passing.

Is this a known issue with the tests?

@tschorr tschorr mentioned this pull request Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant