Skip to content

Commit

Permalink
Merge pull request #27 from qiweishen/patch-1
Browse files Browse the repository at this point in the history
Fixed a command typo in venv.md
  • Loading branch information
hugoledoux authored Feb 28, 2025
2 parents 7924744 + 87e226e commit d483b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/python/venv.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It allows us to avoid this mess (from [xkcd-1987](https://xkcd.com/1987/)):
Some useful commands:

- create a new venv called "myenv1" (based on the current global version): `pyenv virtualenv myenv1`
- activate it: `penv activate myenv1`
- activate it: `pyenv activate myenv1`
- deactivate it: `pyenv deactivate`


Expand Down

0 comments on commit d483b54

Please sign in to comment.