BaggerFast / venv-auto-zsh

Plugin for automate python venv processes in zsh (oh my zsh)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

plugins=(
  venv-auto-zsh
)
  1. Update zsh changes
source .zshrc
  1. Then check your python projects directory

About

Plugin for automate python venv processes in zsh (oh my zsh)

License:MIT License


Languages

Language:Shell 100.0%