Commit 9bed9074 by chen Committed by Bjorn Neergaard

docs: clarify the use of `exit` to leave shell env

parent 72c20a76
...@@ -520,6 +520,10 @@ If one doesn't exist yet, it will be created. ...@@ -520,6 +520,10 @@ If one doesn't exist yet, it will be created.
poetry shell 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 ## check
The `check` command validates the structure of the `pyproject.toml` file The `check` command validates the structure of the `pyproject.toml` file
......
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