Skip to content

Revert to use of hardcoded python path #19

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

Merged
merged 1 commit into from
Jul 3, 2019
Merged

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea commented Jul 3, 2019

Previous attempt to use sys.executable instead of /usr/bin/python[23]
broke the module because inside virtualenvs this points to the
virtualenv python where site.getsitepackages method may not exist at
all.

Fixes: #17

Previous attempt to use sys.executable instead of /usr/bin/python[23]
broke the module because inside virtualenvs this points to the
virtualenv python where site.getsitepackages method may not exist at
all.
@ssbarnea ssbarnea merged commit 5dc34c3 into master Jul 3, 2019
@ssbarnea ssbarnea deleted the fix/getsitepackages branch November 10, 2022 18:02
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.

0.1.5 release was broken: deleted from PYPA
1 participant