Skip to content

Commit

Permalink
Add missing parameter in virtualenv command (#49675)
Browse files Browse the repository at this point in the history
Fixes: #43115

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
  • Loading branch information
Akasurde authored and acozine committed Dec 10, 2018
1 parent 446e953 commit eb61d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docsite/rst/reference_appendices/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb61d26

Please sign in to comment.