pve
v0.0.5
Published
python virtualenv commandline manager
Maintainers
Readme
pve
Python Virtualenv Manager

Prototype made in Facebook Seattle Hackathon, idea inspired by n
Installation
Install python virtualenv by pip first.
One easy way is
npm install -g pveOr use "ln" to create symlink in /usr/local/bin, and chmod 755 to pve file.
Usage
Usage: pve [COMMAND] [args]
Commands:
pve Output Virtualenvs Installed
pve new <anme> Create New Virtualenvs <name>
pve <name> Activate to Vitualenv <name>
pve rm <anme> Remove the Given Vitualenv <name>
pve -l, list List all installed Virtualenvs
Options:
-h, --help Display help information
License
The MIT License (MIT)
