Skip to content

Commit

Permalink
Update windows_faq.rst (ansible#79552)
Browse files Browse the repository at this point in the history
`python-pip` changes to `python3-pip` for the Ubuntu 20.04 WSL distro

(cherry picked from commit 527abba)
  • Loading branch information
rdhyee authored and samccann committed Dec 8, 2022
1 parent db80267 commit 8fdf8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/os_guide/windows_faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ can be run in the bash terminal:
.. code-block:: shell
sudo apt-get update
sudo apt-get install python-pip git libffi-dev libssl-dev -y
sudo apt-get install python3-pip git libffi-dev libssl-dev -y
pip install --user ansible pywinrm
To run Ansible from source instead of a release on the WSL, simply uninstall the pip
Expand Down

0 comments on commit 8fdf8fe

Please sign in to comment.