From 83b193c64d4f0a724da1ccfac42e824aec9d780a Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 17 Aug 2015 09:16:32 +0200 Subject: [PATCH] Automatically set the working dir for the venv too --- bin/ensure_virtualenv | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ensure_virtualenv b/bin/ensure_virtualenv index a69d99f..b1a4cc0 100755 --- a/bin/ensure_virtualenv +++ b/bin/ensure_virtualenv @@ -13,5 +13,6 @@ else workon "$1" else mkvirtualenv "$1" + setvirtualenvproject fi fi