explain -q flag for env-setup
See https://github.com/ansible/ansible/issues/10109
This commit is contained in:
parent
418e24cc6c
commit
36e0e1ef26
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue