Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
06c5d493
Commit
06c5d493
authored
Aug 31, 2022
by
Bjorn Neergaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(docs): add missing venv path segment to paths used by install.python-poetry.org
parent
799661c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
docs/_index.md
+5
-4
No files found.
docs/_index.md
View file @
06c5d493
...
@@ -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%
\P
ython
\S
cripts
` on Windows.
- `
%APPDATA%
\P
ython
\S
cripts
` 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%
\p
ypoetry
\v
env
\S
cripts
\p
oetry
` on Windows
.
- `
%APPDATA%
\p
ypoetry
\S
cripts
\p
oetry
` on Windows
.
- `
$POETRY_HOME/venv/bin/poetry
` if `
$POETRY_HOME
` is set
.
{{< /step >}}
{{< /step >}}
{{< step >}}
{{< step >}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment