From c6147f9837416271bb0087b424202b8fb684f6c9 Mon Sep 17 00:00:00 2001 From: discretegames <35741644+discretegames@users.noreply.github.com> Date: Tue, 8 Nov 2022 18:17:18 -0800 Subject: Update pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md Co-authored-by: Amrou Bellalouna <48383734+shtlrs@users.noreply.github.com> --- .../content/resources/guides/python-guides/windows/common-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site/apps/content/resources/guides') diff --git a/pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md b/pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md index 0d0d2a70..2245553b 100644 --- a/pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md +++ b/pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md @@ -82,7 +82,7 @@ so try to actually run your code the way it is to ensure that it actually errors ##### I installed the module using pip from the command line - > Run `pip -V` and look at the path returned it should be in the form `\Lib\site-packages\pip`. + > Run `pip -V` and look at the path it returned, which should be in the form `\Lib\site-packages\pip`. > > Then put `import sys;print(sys.executable);sys.exit(0);` at the top (above imports!) of your python file, and run > it. The result should be in the form `\python.exe`. -- cgit v1.2.3