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
dad6b084
Unverified
Commit
dad6b084
authored
Apr 20, 2020
by
George Hawkins
Committed by
GitHub
Apr 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: update incorrect "create virtualenv" link
parent
288d9973
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/docs/cli.md
+1
-1
docs/docs/index.md
+1
-1
No files found.
docs/docs/cli.md
View file @
dad6b084
...
...
@@ -456,4 +456,4 @@ poetry export -f requirements.txt > requirements.txt
The `
env
`
command regroups sub commands to interact with the virtualenvs
associated with a specific project.
See
[
Managing environments
](
.
/managing-environments.md
)
for more information about these commands.
See
[
Managing environments
](
/docs
/managing-environments.md
)
for more information about these commands.
docs/docs/index.md
View file @
dad6b084
...
...
@@ -28,7 +28,7 @@ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poet
!!! note
You only need to install Poetry once. It will automatically pick up the current
Python version and use it to [create virtualenvs](/docs/
basic-usage/#poetry-and-virtualenvs
) accordingly.
Python version and use it to [create virtualenvs](/docs/
managing-environments.md
) accordingly.
The installer installs the
`poetry`
tool to Poetry's
`bin`
directory.
On Unix it is located at
`$HOME/.poetry/bin`
and on Windows at
`%USERPROFILE%\.poetry\bin`
.
...
...
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