From 26fa4bdbccecc39ad0c9a32293b50024a4db6578 Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Wed, 30 Apr 2014 15:05:11 +0200 Subject: remove an old option from virtualenv Reason: - new users get confused by options that are gone from official virtualenv - old users with older versions know the old options, already. Change-Id: I5c09660995cb5b45468b887dc82b68d6150a83c8 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 3e786c6fe..1b89071e4 100644 --- a/README.rst +++ b/README.rst @@ -220,7 +220,7 @@ Installing PySide distribution into ``virtual`` Python environment :: - c:\> c:\Python27\Scripts\virtualenv --no-site-packages env + c:\> c:\Python27\Scripts\virtualenv env #. Switch to the ``env`` directory: @@ -357,7 +357,7 @@ Installing PySide distribution into ``virtual`` Python environment :: - $ virtualenv-2.7 --no-site-packages env + $ virtualenv-2.7 env #. Switch to the ``env`` directory: -- cgit v1.2.3