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:
parent
6d7749f823
commit
b2e908ad16
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue