-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Support cygwin #1383
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing this issue automatically because it has not had any activity since it has been marked as stale. If you think it is still relevant and should be addressed, feel free to open a new one. |
can we reopen this? |
As a workaround:
This will alter the |
I have the same error on a mac book when I run: My poetry version is: |
@paconte To go from Poetry 1.1 to 1.2-preview, you will have to reinstall with |
You are right, it is a different error but related with the platform. When I run
|
You'll need to use the installer at |
You are right. Thank you. I have seen the deprecation of get-poetry.py |
Hey i am very new to programming. Could you please educate me on how can we install poetry using install.python-poetry.org |
https://python-poetry.org/docs/master/#osx--linux--bashonwindows-install-instructions |
@finswimmer Your main docs still reference using PS> poetry self update --preview and the warning
is unclear. People are thinking they can still use PS> poetry self update --preview successfully if they have first installed with the PowerShell and curl commands accessing Instead, you need to say
$ curl -sSL https://install.python-poetry.org | python3 - --preview
PS> (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py - --preview This information is hidden in the It doesn't make sense to a newcomer to look at the configuration sections, which is why you're getting all the bug reports. |
Please also note that unless you want Poetry installed to the default location (on Windows, this is
You can also set these variables for virtual environment creation control:
|
@adam-grant-hendry I recently rewrote the install docs, please open a new issue if you think they're unclear on the 1.2 installer migration. |
Thank you very much! (I was just noting for posterity) |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Currently when attempting to install on cygwin I get:
RuntimeError: Could not find poetry-0.12.17-cygwin.sha256sum file
Suggestion for feature request is to support cygwin.
If this is not on the roadmap please close this ticket.
The text was updated successfully, but these errors were encountered: