summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Yee <raymond.yee@gmail.com>2022-12-08 09:05:30 -0800
committerGitHub <noreply@github.com>2022-12-08 12:05:30 -0500
commit527abba86010629e21f8227c4234c393e4ee8122 (patch)
tree07cdaaed4b73ac590d7d9cc4389c8df029b5751a
parentb1caba8b53603a0e39bc2103e72e2cb41c224fbf (diff)
downloadansible-527abba86010629e21f8227c4234c393e4ee8122.tar.gz
Update windows_faq.rst (#79552)
`python-pip` changes to `python3-pip` for the Ubuntu 20.04 WSL distro
-rw-r--r--docs/docsite/rst/os_guide/windows_faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/os_guide/windows_faq.rst b/docs/docsite/rst/os_guide/windows_faq.rst
index 9732572326..f582d7db20 100644
--- a/docs/docsite/rst/os_guide/windows_faq.rst
+++ b/docs/docsite/rst/os_guide/windows_faq.rst
@@ -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