Commit 8d6fe3a8 by Mathieu Kniewallner Committed by Bjorn Neergaard

doc(managing-environments): add missing `--full-path` documentation

parent 1a76bb7c
......@@ -119,6 +119,12 @@ test-O3eWbxRl-py3.6
test-O3eWbxRl-py3.7 (Activated)
```
You can pass the option `--full-path` to display the full path to the environments:
```bash
poetry env list --full-path
```
## Deleting the environments
Finally, you can delete existing virtual environments by using `env remove`:
......
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