From ff199f4582dd1a0506952fb2f65e0bb68d403c96 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 18 Jan 2017 09:33:52 +0000 Subject: [PATCH] Fix typo in virtualenvwrapper's name. Fixes #2083 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 3d41ebdd9..023e0bf36 100644 --- a/README +++ b/README @@ -79,7 +79,7 @@ process is fairly simple - adapt as required for your distribution: 1) Install the virtualenv packages into the system Python environment - $ sudo pip install virtualenv virtualenv-wrapper + $ sudo pip install virtualenv virtualenvwrapper 2) Source the virtualenv wrapper tools script. You may want to add this command to your ~/.bash_profile file for future convenience: