From 9e0e0a0d4e8b81ec43ccbd9e8d1daf2cd86713c7 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Mon, 8 Apr 2013 16:44:18 +0000 Subject: [PATCH] Add Makefile command for creating a virtualenv with virtualenvwrapper. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ab43041..5792a18 100644 --- a/Makefile +++ b/Makefile @@ -26,3 +26,6 @@ docs: cd docs make clean make html + +venv: + -source /usr/shared/python/ns/virtualenvwrapper.sh && mkvirtualenv -a "$PWD" --unzip-setuptools --distribute python-gnupg