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

Correct binary paths used on Windows + MinGW #8

Merged
merged 3 commits into from
Jan 21, 2022

Conversation

s0600204
Copy link
Contributor

python[.exe], when installed via (msys) MinGW on Windows, can be found under a path structure similar to that you might find on *nix systems.

The install-python.py script was not taking this into consideration, causing installation failure under Windows + MinGW.

A similar fault in poetry itself was resolved with python-poetry/poetry#3713.


PR originally filed as python-poetry/poetry#4467, migrated here as requested; and updated.

python[.exe], when installed via (msys) MinGW on Windows, can be found under a
path structure similar to that you might find on *nix systems.

The install-python.py script was not taking this into consideration, causing
installation failure under Windows + MinGW.

A similar fault in poetry itself was resolved with python-poetry/poetry#3713.
@vercel
Copy link

vercel bot commented Dec 26, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/python-poetry/install-python-poetry-org/FBu8tJPenkwiFzSHQdaPEYwx1taA
✅ Preview: https://install-python-poetry-org-git-fork-s0600204-mingw-python-poetry.vercel.app

@s0600204 s0600204 changed the title Mingw Correct binary paths used on Windows + MinGW Dec 26, 2021
@neersighted neersighted merged commit 767db61 into python-poetry:main Jan 21, 2022
@s0600204 s0600204 deleted the mingw branch February 2, 2022 07:55
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.

2 participants