]> arthur.barton.de Git - ax-zsh.git/blob - plugins/venv/README.md
New "venv" plugin
[ax-zsh.git] / plugins / venv / README.md
1 ## venv
2
3 Add support for Python "venv" virtual environments.
4
5 ### Command Aliases
6
7 - `activate`: try to activate a Python "venv" in the current directory. Both the
8   path names `./bin/activate` as well as `./venv/bin/activate` are tried, and
9   the script found will be sourced (not executed).