0.0.5 • Published 9 years ago

pve v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

pve


Python Virtualenv Manager

Join the chat at https://gitter.im/royxue/pve

npm.io

Prototype made in Facebook Seattle Hackathon, idea inspired by n

Installation

Install python virtualenv by pip first.

One easy way is

	npm install -g pve

Or 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)