mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +00:00
Add missing parameter in virtualenv command (#49675)
Fixes: #43115 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
committed by
Alicia Cozine
parent
446e953a7b
commit
eb61d26a2a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user