From 82ca00e4fe5e0098ec4a2b146c47792c975146d4 Mon Sep 17 00:00:00 2001 From: Geoffrey Purdy Date: Mon, 17 Feb 2020 14:38:46 -0500 Subject: [PATCH] Update windows_faq.rst (#67482) Steers users around the error: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/xmltodict.py' Consider using the `--user` option or check the permissions. --> --- docs/docsite/rst/user_guide/windows_faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/windows_faq.rst b/docs/docsite/rst/user_guide/windows_faq.rst index 3f58b874195..92dd6f2a924 100644 --- a/docs/docsite/rst/user_guide/windows_faq.rst +++ b/docs/docsite/rst/user_guide/windows_faq.rst @@ -56,7 +56,7 @@ can be run in the bash terminal: sudo apt-get update sudo apt-get install python-pip git libffi-dev libssl-dev -y - pip install ansible pywinrm + pip install --user ansible pywinrm To run Ansible from source instead of a release on the WSL, simply uninstall the pip installed version and then clone the git repo.