Skip to content

Commit

Permalink
doc: Fix venv.md markup (pdm-project#2318)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Oct 20, 2023
1 parent a42a75d commit 8a1c5b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/docs/usage/venv.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,11 @@ Instead of spawning a subshell like what `pipenv` and `poetry` do, `pdm venv` do
```bash
$ eval $(pdm venv activate for-test)
(test-project-for-test) $ # Virtualenv entered
Fish
```

=== "Fish"

```bash
$ eval (pdm venv activate for-test)
```

Expand Down

0 comments on commit 8a1c5b2

Please sign in to comment.