Skip to content

Commit

Permalink
docs: clarify the use of exit to leave shell env
Browse files Browse the repository at this point in the history
  • Loading branch information
cwkang1998 authored and neersighted committed Nov 16, 2021
1 parent 72c20a7 commit 9bed907
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,10 @@ If one doesn't exist yet, it will be created.
poetry shell
```

Note that this commmand starts a new shell and activates the virtual environment.

As such, `exit` should be used to properly exit the shell and the virtual environment instead of `deactivate`.

## check

The `check` command validates the structure of the `pyproject.toml` file
Expand Down

0 comments on commit 9bed907

Please sign in to comment.