Skip to content
This repository was archived by the owner on May 18, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 431 Bytes

File metadata and controls

22 lines (14 loc) · 431 Bytes

venv

A super simple virtualenv manager.

Use

# venv 1.5
# use tab complete for <name>, defaults to contents of .venv or cwd name

Usage:
    venv <name>          Enter a virtualenv
    venv create <name>   Create a virtualenv
    venv delete <name>   Delete a virtualenv
    venv list            List virtualenvs

Install

Link/copy venv -> ~/.venv and add source ~/.venv to the end of .bash_profile.