An open API service indexing awesome lists of open source software.

https://github.com/pawnhearts/venvs

zsh plugin to automatically switch python virtual environments
https://github.com/pawnhearts/venvs

Last synced: 3 months ago
JSON representation

zsh plugin to automatically switch python virtual environments

Awesome Lists containing this project

README

        

Automatically switches virtualenvs. Supports both venvs in project folder(~/myproject/venv) and in global folder(like ~/.virtualenvs)

Installation in oh-my-zsh
```
git clone "https://github.com/pawnhearts/venvs.git" "$ZSH_CUSTOM/plugins/venvs"
```
Then add venvs to plugins in .zshrc

Configuration variables(add to .zshrc)
```
export VENVS_DIR="~/.virtualenvs"
export USE_DOTENV=""
```