You need to sign in or sign up before continuing.
Commit dad6b084 by George Hawkins Committed by GitHub

doc: update incorrect "create virtualenv" link

parent 288d9973
...@@ -456,4 +456,4 @@ poetry export -f requirements.txt > requirements.txt ...@@ -456,4 +456,4 @@ poetry export -f requirements.txt > requirements.txt
The `env` command regroups sub commands to interact with the virtualenvs The `env` command regroups sub commands to interact with the virtualenvs
associated with a specific project. 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.
...@@ -28,7 +28,7 @@ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poet ...@@ -28,7 +28,7 @@ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poet
!!! note !!! note
You only need to install Poetry once. It will automatically pick up the current 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. 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`. On Unix it is located at `$HOME/.poetry/bin` and on Windows at `%USERPROFILE%\.poetry\bin`.
......
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