aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris <[email protected]>2021-01-19 21:25:37 +0000
committerGravatar Chris <[email protected]>2021-01-19 21:25:37 +0000
commitab3e40356602a0a2a4404db61949e7570d029464 (patch)
tree178ac0da61822c1cc0aff00430ebbe1131310cdf
parentgrammar and spelling fixes (diff)
Fix url
-rw-r--r--bot/resources/tags/environments.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/tags/environments.md b/bot/resources/tags/environments.md
index f8825f0dd..f97873770 100644
--- a/bot/resources/tags/environments.md
+++ b/bot/resources/tags/environments.md
@@ -14,5 +14,5 @@ To see the environment in use by pip, you can do `pip debug` (`pip3 debug` for L
If Python's `sys.executable` doesn't match pip's then they are currently using different environments! This may cause Python to raise a `ModuleNotFoundError` when you try to use a package you just installed with pip, as it was installed to a different environment.
Further reading:
-• [Python Virtual Environments: A Primer](https://realPython.com/Python-virtual-environments-a-primer)
+• [Python Virtual Environments: A Primer](https://realpython.com/python-virtual-environments-a-primer)
• [pyenv: Simple Python Version Management](https://github.com/pyenv/pyenv)