Skip to content

Stop using sys.executable when building wheels#161

Merged
blink1073 merged 1 commit intoCalysto:masterfrom
RibomBalt:master
May 9, 2022
Merged

Stop using sys.executable when building wheels#161
blink1073 merged 1 commit intoCalysto:masterfrom
RibomBalt:master

Conversation

@RibomBalt
Copy link
Copy Markdown
Contributor

Handle issue #160 .

I didn't realize sys.executable cannot be used if wheels were built on a different computer. In this patch, the argv is sys.executable only when directly installing from source, and remains python when building wheels.

Copy link
Copy Markdown
Contributor

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I'll make a release with this on Monday

@blink1073 blink1073 added the bug label May 9, 2022
@blink1073 blink1073 merged commit 96533ae into Calysto:master May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants