https://github.com/baggerfast/venv-auto-zsh
Plugin for automate python venv processes in zsh (oh my zsh)
https://github.com/baggerfast/venv-auto-zsh
plugin python python3 venv venv-python zsh zsh-plugin
Last synced: 25 days ago
JSON representation
Plugin for automate python venv processes in zsh (oh my zsh)
- Host: GitHub
- URL: https://github.com/baggerfast/venv-auto-zsh
- Owner: BaggerFast
- License: mit
- Created: 2022-11-16T11:39:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T11:51:14.000Z (over 3 years ago)
- Last Synced: 2025-06-29T01:42:18.304Z (11 months ago)
- Topics: plugin, python, python3, venv, venv-python, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zsh simple plugin for venv
## Installation
1. Git clone this repository to the Oh my Zsh custom plugins folder.
2. Add plugin to plugins in `~/.zshrc`
```zsh
plugins=(
venv-auto-zsh
)
```
3. Update zsh changes
```
source .zshrc
```
4. Then check your python projects directory