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
- Host: GitHub
- URL: https://github.com/pawnhearts/venvs
- Owner: pawnhearts
- Created: 2020-10-29T13:56:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T09:49:44.000Z (over 4 years ago)
- Last Synced: 2025-01-10T20:17:26.143Z (4 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- trackawesomelist - venvs (⭐1) - Automatically switches Python virtualenvs. Supports both venvs in project folder(`~/myproject/venv`) and in global folder(like `~/.virtualenvs`) (Recently Updated / [May 03, 2025](/content/2025/05/03/README.md))
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 .zshrcConfiguration variables(add to .zshrc)
```
export VENVS_DIR="~/.virtualenvs"
export USE_DOTENV=""
```