From 36e0e1ef26b8678a5db4b45411a1d45f02a71d6a Mon Sep 17 00:00:00 2001 From: William Jimenez Date: Tue, 27 Jan 2015 12:56:21 -0800 Subject: [PATCH] explain -q flag for env-setup See https://github.com/ansible/ansible/issues/10109 --- docsite/rst/intro_installation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 904fdd43a62..59dfea22810 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -111,6 +111,10 @@ To install from source. $ cd ./ansible $ source ./hacking/env-setup +If you want to suppress spurious warnings/errors, use: + + $ source ./hacking/env-setup -q + If you don't have pip installed in your version of Python, install pip:: $ sudo easy_install pip