Auto-Venv
Auto-activate Virtual Environments in Python Projects
- Clone this repository into
$ZSH_CUSTOM/plugins(by default~/.oh-my-zsh/custom/plugins)
git clone https://github.com/lxp731/auto-venv $ZSH_CUSTOM/plugins/auto-venv
- Add
auto-venvto the plugins array in your~/.zshrcfile
plugins=(
...
auto-venv
)