Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,15 @@ The installer creates a `poetry` wrapper in a well-known, platform-specific dire
- `%APPDATA%\Python\Scripts` on Windows.
- `$POETRY_HOME/bin` if `$POETRY_HOME` is set.

{{% note %}}
If you have installed Python through the Microsoft Store, the `poetry` binary
will be installed to a different location, for example:

`%LOCALAPPDATA%\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\Roaming\Python\Scripts`

Replace `3.12` with your installed Python version and `qbz5n2kfra8p0` with your suffix.
{{% /note %}}

If this directory is not present in your `$PATH`, you can add it in order to invoke Poetry
as `poetry`.

Expand Down