question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

install and uninstal Poetry on Windows

See original GitHub issue

Hi, thanks for making this tool. I’m not very familiar with developing processes and still learning about it.

I can’t tell if Poetry supports Windows from the documentation but I tried it anyway and it worked!

Great news. Maybe make it explicit in the docs? I think Poetry can easily become more popular if it can attract a tiny fraction of Windows users. (For example, I’m a teacher, 90% of my students use Windows and 100% of my school) I use both though.

I installed Poetry this way and it was installed to the Python directory in my home directory (Windows). curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python

What is the recommended way to uninstall it?

I find Poetry interesting and definitely will explore it further.

Thanks.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
sdispatercommented, Oct 25, 2018

Closing this since the installer can now also uninstall Poetry.

0reactions
helping083commented, Oct 30, 2019

You can install poetry without ssl… just python -m pip install poetry in case you use puthon 3.8

Read more comments on GitHub >

github_iconTop Results From Across the Web

Introduction | Documentation | Poetry - Python dependency ...
If you decide Poetry isn't your thing, you can completely remove it from your system by running the installer again with the --uninstall...
Read more >
Uninstall instructions unclear · Issue #2245 · python-poetry ...
The docs say: If you decide Poetry isn't your thing, you can completely remove it from your system by running the installer again...
Read more >
Python packaging and dependency management using poetry
Uninstalling poetry. If you decide Poetry isn't your thing, you can completely remove it from your system by running the installer again with...
Read more >
poetry - PyPI
Poetry helps you declare, manage and install dependencies of Python projects, ensuring you have the right stack everywhere. Poetry Install.
Read more >
uninstall/re-install of poetry package manager not working due ...
OS: Windows 11, Python version: 3.10.3. Initial poetry install via Powershell command: (Invoke-WebRequest -Uri ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found