From 656d6461988430de7a9e003ac0d7ef5ba0beff99 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Thu, 10 Oct 2013 17:17:43 -0400 Subject: [PATCH] change virtualenv name to be `hy' --- docs/hacking.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hacking.rst b/docs/hacking.rst index b6a0963..77e0036 100644 --- a/docs/hacking.rst +++ b/docs/hacking.rst @@ -35,8 +35,8 @@ Do this: or use `virtualenvwrapper `_ to create and manage your virtual environment:: - $ mkvirtualenv venv - $ workon venv + $ mkvirtualenv hy + $ workon hy 2. get the source code::