Skip to content

Commit 815eb8e

Browse files
committed
doc: add powershell uninstall instructions (command)
1 parent 3fe8838 commit 815eb8e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/_index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,16 @@ rm -rf "${POETRY_HOME:-~/.poetry}"
195195
Also remove ~/.poetry/bin from your `$PATH` in your shell configuration, if it is present.
196196
{{% /warning %}}
197197
198+
If you installed Poetry via Powershell:
199+
```powershell
200+
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py - --uninstall
201+
```
202+
203+
{{% note %}}
204+
If you have installed Python through the Microsoft Store, replace `py` with `python` in the command
205+
above.
206+
{{% /note %}}
207+
198208
{{< /step >}}
199209
{{< /steps >}}
200210

0 commit comments

Comments
 (0)