1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-01-11 23:16:46 +01:00

Add mkvs command description

This commit is contained in:
JohnTheCoolingFan 2024-12-01 03:48:45 +03:00
parent 6d7749f823
commit b2e908ad16
No known key found for this signature in database
GPG key ID: BCDF5D19503396FD

View file

@ -27,6 +27,8 @@ virtual environments:
- `mkv [name]`: make a new virtual environment called `name` (default: if set `$PYTHON_VENV_NAME`, else
`venv`) in the current directory.
- `mkvs [name]`: same as `mkvs`, but uses system site packages by adding `--system-site-packages` argument.
- `vrun [name]`: Activate the virtual environment called `name` (default: if set `$PYTHON_VENV_NAME`, else
`venv`) in the current directory.