From 527abba86010629e21f8227c4234c393e4ee8122 Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Thu, 8 Dec 2022 09:05:30 -0800 Subject: Update windows_faq.rst (#79552) `python-pip` changes to `python3-pip` for the Ubuntu 20.04 WSL distro --- docs/docsite/rst/os_guide/windows_faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1