Skip to content

Commit

Permalink
Update venv.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay authored Sep 21, 2024
1 parent 1d587fb commit db1efde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/python/venv.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
- create new virtual environment with name: `python -m venv --prompt <name> .venv`
- create new virtual environment with name and copies rather than symlinks: `python -m venv --copies --prompt <name> .venv`
- activate env.: `source .venv/bin/activate`
- deactivate env.: `deactivate`

0 comments on commit db1efde

Please sign in to comment.