Skip to content

ACmyles/pyvenv-fast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyvenv-fast

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

Features

  • Launch a Python venv in current directory or mkcd a new directory.
  • Create .pyvenvdir to point to venv directory.
  • Specify Python version.
  • Add venv to .gitignore.

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

Option Argument Purpose
-g None Append new venv to .gitignore.
-v python 3.x Specify Python version.

Example Usage

pv new_project

pv -g .

pv -v python3.7 .

pv -g -v python3.7 new_project

About

A zsh plugin to launch a Python venv.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages