From b6ca9274104e5cf57991f00d9cdbc42a798a23f4 Mon Sep 17 00:00:00 2001 From: Manish Gill Date: Wed, 9 Jul 2014 13:12:19 +0530 Subject: [PATCH] Added Vex in Environment Management tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8db848..f08a9ac 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [virtualenvwrapper](https://pypi.python.org/pypi/virtualenvwrapper) - A set of extensions to virtualenv * [PyRun](https://www.egenix.com/products/python/PyRun/) - A one-file, no-installation-needed version of Python. * [PEW](https://pypi.python.org/pypi/pew/) - Python Env Wrapper (also called Invewrapper) is a set of tools to manage multiple virtual environments. +* [Vex](https://github.com/sashahart/vex) - Run a command in the named virtualenv. ## Package Management