Commit 06c5d493 by Bjorn Neergaard

fix(docs): add missing venv path segment to paths used by install.python-poetry.org

parent 799661c6
...@@ -117,16 +117,17 @@ The installer creates a `poetry` wrapper in a well-known, platform-specific dire ...@@ -117,16 +117,17 @@ The installer creates a `poetry` wrapper in a well-known, platform-specific dire
- `$HOME/.local/bin` on Unix. - `$HOME/.local/bin` on Unix.
- `%APPDATA%\Python\Scripts` on Windows. - `%APPDATA%\Python\Scripts` on Windows.
- `$POETRY_HOME/bin` if `$POETRY_HOME` is set.
If this directory is not present in your `$PATH`, you can add it in order to invoke Poetry If this directory is not present in your `$PATH`, you can add it in order to invoke Poetry
as `poetry`. as `poetry`.
Alternatively, the full path to the `poetry` binary can always be used: Alternatively, the full path to the `poetry` binary can always be used:
- `$POETRY_HOME/bin/poetry` if `$POETRY_HOME` is set. - `~/Library/Application Support/pypoetry/venv/bin/poetry` on MacOS.
- `~/Library/Application Support/pypoetry/bin/poetry` on MacOS. - `~/.local/share/pypoetry/venv/bin/poetry` on Linux/Unix.
- `~/.local/share/pypoetry/bin/poetry` on Linux/Unix. - `%APPDATA%\pypoetry\venv\Scripts\poetry` on Windows.
- `%APPDATA%\pypoetry\Scripts\poetry` on Windows. - `$POETRY_HOME/venv/bin/poetry` if `$POETRY_HOME` is set.
{{< /step >}} {{< /step >}}
{{< step >}} {{< step >}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment