Skip to content

Commit 5485a17

Browse files
authored
Update 18-environments.ipynb
fixed typo
1 parent 688050f commit 5485a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/18-environments.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@
16351635
"source": [
16361636
"If you use many different python environments, posssibly with different interpreter versions, you may want to learn about `pyenv` (home page at https://github.com/pyenv/pyenv).\n",
16371637
"\n",
1638-
"Pyenv can install a multitude of python interpreters, create virtual environments for each of those. It is further possible to define an a *per-directory* basis which environment should be used in that directory. This is convenient when using different enviroments for different projects, as one does not need to manually activate the virtual environments."
1638+
"Pyenv can install a multitude of python interpreters, create virtual environments for each of those. It is further possible to define on a *per-directory* basis which environment should be used in that directory. This is convenient when using different enviroments for different projects, as one does not need to manually activate the virtual environments."
16391639
]
16401640
},
16411641
{
@@ -1680,4 +1680,4 @@
16801680
},
16811681
"nbformat": 4,
16821682
"nbformat_minor": 5
1683-
}
1683+
}

0 commit comments

Comments
 (0)