diff options
author | 2022-11-12 18:29:31 -0800 | |
---|---|---|
committer | 2022-11-12 18:29:31 -0800 | |
commit | db505b41301616cb44ebc85a3891e6c122155edc (patch) | |
tree | 121f2c7869e5b02718ede0088dfa834a4de19d4d | |
parent | Update pydis_site/apps/content/resources/guides/python-guides/windows/putting... (diff) |
Update pydis_site/apps/content/resources/guides/python-guides/windows/putting-python-on-path.md
Co-authored-by: wookie184 <[email protected]>
-rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/windows/putting-python-on-path.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 [](/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.** |