blob: 9a9c6bf8e8fa88cf195a46d0eb9f3cbf89bd1b20 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Python Env Wrapper is a set of commands to manage multiple virtual environments.
Pew can create, delete and copy your environments, using a single command to
switch to them wherever you are, while keeping them in a single (configurable)
location.
Virtualenvs makes it easier to work on more than one project at a time without
introducing conflicts in their dependencies.
Pew is completely shell-agnostic and thus works on bash, zsh, fish, powershell,
etc.
WWW: https://pypi.python.org/pypi/pew
WWW: https://github.com/berdario/pew
|