From eb61d26a2a3a26bb7d0f7eb517bc7367a64e193d Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Tue, 11 Dec 2018 04:13:33 +0530 Subject: [PATCH] Add missing parameter in virtualenv command (#49675) Fixes: #43115 Signed-off-by: Abhijeet Kasurde --- docs/docsite/rst/reference_appendices/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/reference_appendices/faq.rst b/docs/docsite/rst/reference_appendices/faq.rst index 1445996f19..f13522bc23 100644 --- a/docs/docsite/rst/reference_appendices/faq.rst +++ b/docs/docsite/rst/reference_appendices/faq.rst @@ -168,9 +168,9 @@ If you want to run under Python 3 instead of Python 2 you may want to change tha .. code-block:: shell - $ virtualenv ansible + $ virtualenv -p python3 ansible $ source ./ansible/bin/activate - $ pip3 install ansible + $ pip install ansible If you need to use any libraries which are not available via pip (for instance, SELinux Python bindings on systems such as Red Hat Enterprise Linux or Fedora that have SELinux enabled) then you