Add missing parameter in virtualenv command (#49675)
Fixes: #43115 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
446e953a7b
commit
eb61d26a2a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
.. code-block:: shell
|
||||||
|
|
||||||
$ virtualenv ansible
|
$ virtualenv -p python3 ansible
|
||||||
$ source ./ansible/bin/activate
|
$ 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
|
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
|
bindings on systems such as Red Hat Enterprise Linux or Fedora that have SELinux enabled) then you
|
||||||
|
|
Loading…
Reference in a new issue