From 78d5318b01f2933d447dcf503d3ae2708155af09 Mon Sep 17 00:00:00 2001 From: Can Ibanoglu Date: Fri, 21 Mar 2014 16:06:25 +0200 Subject: [PATCH] Removed the word 'naturally' --- docs/starting/pip-virtualenv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/pip-virtualenv.rst b/docs/starting/pip-virtualenv.rst index 5c9515f..a910ae7 100644 --- a/docs/starting/pip-virtualenv.rst +++ b/docs/starting/pip-virtualenv.rst @@ -103,7 +103,7 @@ file. export PIP_DOWNLOAD_CACHE=$HOME/.pip/cache -Naturally, you can set the path to anywhere you like (as long as you have write +You can set the path to anywhere you like (as long as you have write access). After adding this line, ``source`` your ``.bashrc`` (or ``.bash_profile``) file and you will be all set.