From 9b21ec8c702961adc731aee83162f68cd8de65b1 Mon Sep 17 00:00:00 2001 From: discretegames <35741644+discretegames@users.noreply.github.com> Date: Sat, 12 Nov 2022 18:27:51 -0800 Subject: Update pydis_site/apps/content/resources/guides/python-guides/windows/putting-python-on-path.md Co-authored-by: wookie184 --- .../resources/guides/python-guides/windows/putting-python-on-path.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site') diff --git a/pydis_site/apps/content/resources/guides/python-guides/windows/putting-python-on-path.md b/pydis_site/apps/content/resources/guides/python-guides/windows/putting-python-on-path.md index 8b288bf7..db833a98 100644 --- a/pydis_site/apps/content/resources/guides/python-guides/windows/putting-python-on-path.md +++ b/pydis_site/apps/content/resources/guides/python-guides/windows/putting-python-on-path.md @@ -155,7 +155,7 @@ Again, the Path lookup order is: ### Adding Python to your Path -Here the common case of adding Python and the Python Scripts directory to the Windows Path is detailed. Though knowing +Here only the common case of adding Python and the Python Scripts directory to the Windows Path is detailed. However, knowing how to manually modify the Path is handy beyond just Python for whenever you need to change or debug which programs run on the command line in Windows. (The less customizable but [safer method is above](#safe-method-let-the-installer-add-python-to-path) if you missed it.) -- cgit v1.2.3