Skip to content

Fix installing under MinGW on Windows#4467

Closed
s0600204 wants to merge 3 commits into
python-poetry:masterfrom
s0600204:install-win-mingw
Closed

Fix installing under MinGW on Windows#4467
s0600204 wants to merge 3 commits into
python-poetry:masterfrom
s0600204:install-win-mingw

Conversation

@s0600204
Copy link
Copy Markdown
Contributor

@s0600204 s0600204 commented Sep 2, 2021

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

The install-poetry.py script was failing to take this into consideration, causing installation issues in the above case.

A similar fault in poetry itself was resolved in #3713.


Pull Request Check List

Related: #2867, #3713

  • Added tests for changed code.
    • There don't appear to be any tests for install-poetry.py (except the CI run).
  • Updated documentation for changed code.

python, 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-poetry.py script was failing to take this into consideration,
causing installation issues winth Windows + MingW.

A similar fault in poetry itself was resolved in python-poetry#3713.
@s0600204 s0600204 changed the title Fix install via Mingw on Windows Fix installing under MinGW on Windows Sep 3, 2021
Comment thread install-poetry.py Outdated
As suggested by @abn

(Requires python 3.6, which is to be the minimum for the poetry 1.2 release.)
@neersighted
Copy link
Copy Markdown
Member

install-poetry.py has been migrated to https://github.com/python-poetry/install.python-poetry.org. Please open a PR over there with your changes.

I am not sure when we will migrate them back to this repo, but given the canonical source has moved, that will be the best place to send your PR.

@s0600204
Copy link
Copy Markdown
Contributor Author

Ok, noted. Thanks for the information.

@github-actions
Copy link
Copy Markdown

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants