From db505b41301616cb44ebc85a3891e6c122155edc Mon Sep 17 00:00:00 2001 From: discretegames <35741644+discretegames@users.noreply.github.com> Date: Sat, 12 Nov 2022 18:29:31 -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(-) 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 db833a98..09c6f9da 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 @@ -202,7 +202,7 @@ Follow these steps to add Python to the Path. **You will need administrator priv [![Step 5](/static/images/content/python-on-windows/edit_path_3.png)](/static/images/content/python-on-windows/edit_path_3.png) - I suggest using the User Path (what the screenshots show) for the default installation of Python. In general, only + You should use the User Path (what the screenshots show) for the default installation of Python. In general, only put things on the System Path if they are installed for all users (e.g. in `C:\Program Files` or `C:\`) and you're certain they won't overshadow anything in User Paths. **Remember, the System Path takes precedence over the User Path when commands are looked up.** -- cgit v1.2.3