diff options
author | 2022-11-12 18:26:12 -0800 | |
---|---|---|
committer | 2022-11-12 18:26:12 -0800 | |
commit | 236963db16bfd792f0054fb0eeda62d371c24ee0 (patch) | |
tree | ee6583a367cc14dcc0182c8c8e1a512c187d41b0 | |
parent | Update pydis_site/apps/content/resources/guides/python-guides/windows/install... (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 fdb33c9a..8b288bf7 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 @@ -115,7 +115,7 @@ installed](https://pypi.org/project/pyinstaller/) it) now work for you! Hopefully things are indeed working, however, it is possible that, due to having multiple Python versions, or other mixups, the commands are still not behaving how you expect. If so, read on to learn how to manually edit the Path. (If -you already did that, open a help channel on the [Python Discord server](https://discord.com/invite/python) and someone +you already did that, open a help channel on the [Python Discord server](https://discord.com/invite/python) explaining everything you've tried so far, and someone will hopefully be able to help.) ## Advanced Method: Manually edit the Path |