From cccc515f97d8aaed81bb1a85968ab9f005bd937b Mon Sep 17 00:00:00 2001 From: Cdribusch <45573772+Cdribusch@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:05:58 -0700 Subject: [PATCH] Update 18-environments.ipynb fixed typo --- book/18-environments.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/18-environments.ipynb b/book/18-environments.ipynb index 50fa832..8b107a7 100644 --- a/book/18-environments.ipynb +++ b/book/18-environments.ipynb @@ -439,7 +439,7 @@ "id": "faced-convergence", "metadata": {}, "source": [ - "This changes the `PATH` variable, which the operating system uses search for the `python` executable: it puts the directory that contains the python interpreter in our virtual enviromnent to the beginning of the PATH valiabl. We can check that this works, by using the `which` command again:" + "This changes the `PATH` variable, which the operating system uses search for the `python` executable: it puts the directory that contains the python interpreter in our virtual enviromnent at the beginning of the PATH valiabl. We can check that this works, by using the `which` command again:" ] }, { @@ -1680,4 +1680,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +}