/venv

Simple tool to manage multiple python3 venv's

VENV - python3 venv manager

Easily manage python3 virtual environments (venv)

Setup

  1. Place _venv in your PATH.
  2. Add the following to your .bashrc or .zshrc config
alias venv='. _venv'

Usage

venv [create|delete] [name]