Skip to content

Commit 92373cd

Browse files
authored
Update installing-python-macos.md
1 parent 5148c6c commit 92373cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installing-python-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Now, we'll update `pip`, Python's builtin package manager, just to make sure it'
189189

190190
```
191191
(cs41-env) coopermj$ pip install --upgrade pip
192-
Requirement already up-to-date: pip in ./cs41-env/lib/python3.8/site-packages (21.0.1)
192+
Requirement already up-to-date: pip in ./cs41-env/lib/python3.9/site-packages (21.0.1)
193193
```
194194

195195
After, we'll install the suite of Jupyter tools and some additional useful packages.

0 commit comments

Comments
 (0)