mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +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
|
- `mkv [name]`: make a new virtual environment called `name` (default: if set `$PYTHON_VENV_NAME`, else
|
||||||
`venv`) in the current directory.
|
`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
|
- `vrun [name]`: Activate the virtual environment called `name` (default: if set `$PYTHON_VENV_NAME`, else
|
||||||
`venv`) in the current directory.
|
`venv`) in the current directory.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue