Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/18-environments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
]
},
{
Expand Down Expand Up @@ -1680,4 +1680,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}