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

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)

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