pve

0.0.5 • Public • Published

pve


Python Virtualenv Manager

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

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)

Package Sidebar

Install

npm i pve

Weekly Downloads

5

Version

0.0.5

License

MIT

Last publish

Collaborators

  • royxue