Home

Awesome

pyvenv-fast

A zsh plugin to launch a Python venv. Designed with dotpyvenv in mind.

Features

Installation

Oh My Zsh

git clone https://github.com/ACmyles/pyvenv-fast.git $ZSH_CUSTOM/plugins/pyvenv-fast

Add pyvenv-fast to plugins in .zshrc.

Usage

pv [-g] [-v ...] directory

Options

OptionArgumentPurpose
-gNoneAppend new venv to .gitignore.
-vpython 3.xSpecify Python version.

Example Usage

pv new_project

pv -g .

pv -v python3.7 .

pv -g -v python3.7 new_project