Fix small typo in pip install guide (#60389)
Noticed this small typo in the docs: - `Ansble` -> `Ansible`
This commit is contained in:
parent
35b87b8633
commit
e4dc17fa9f
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ In order to use the ``paramiko`` connection plugin or modules that require ``par
|
||||||
|
|
||||||
$ pip install --user paramiko
|
$ pip install --user paramiko
|
||||||
|
|
||||||
Ansble can also be installed inside a new or existing ``virtualenv``::
|
Ansible can also be installed inside a new or existing ``virtualenv``::
|
||||||
|
|
||||||
$ python -m virtualenv ansible # Create a virtualenv if one does not already exist
|
$ python -m virtualenv ansible # Create a virtualenv if one does not already exist
|
||||||
$ source ansible/bin/activate # Activate the virtual environment
|
$ source ansible/bin/activate # Activate the virtual environment
|
||||||
|
|
Loading…
Reference in a new issue