mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
Make mkv & vrun use PYTHON_VENV_NAME too
This commit is contained in:
parent
12163f32e9
commit
81f16ed03d
2 changed files with 9 additions and 6 deletions
|
|
@ -26,9 +26,11 @@ The plugin provides three utilities to manage Python 3.3+
|
|||
[venv](https://docs.python.org/3/library/venv.html) virtual
|
||||
environments:
|
||||
|
||||
- `mkv [name]`: make a new virtual environment called `name` (default: `venv`) in current directory.
|
||||
- `mkv [name]`: Make a new virtual environment called *name* (else
|
||||
`$PYTHON_VENV_NAME`, else "venv") in the current directory.
|
||||
|
||||
- `vrun [name]`: activate virtual environment called `name` (default: `venv`) in current directory.
|
||||
- `vrun [name]`: Activate the virtual environment called *name* (else
|
||||
`$PYTHON_VENV_NAME`, else "venv") in the current directory.
|
||||
|
||||
- `auto_vrun`: Automatically activate the venv virtual environment when
|
||||
cd’ing into a directory containing `venv/bin/activate`, and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue