Skip to content

Commit 06ab683

Browse files
Update python version in brew command (#17593)
* Update python version in brew command Previously brew command installed python version 2 (outdated). Now brew command will install python 3. * Create 17590.md * Rewording news file description Co-authored-by: Karthik Nadig <[email protected]> Co-authored-by: Karthik Nadig <[email protected]>
1 parent 85fb83a commit 06ab683

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

news/1 Enhancements/17590.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update homebrew instructions to install python 3.
2+
(thanks [Carolinekung2 ](https://github.com/Carolinekung2))

resources/walkthrough/install-python-macos.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
If you have [Homebrew](https://brew.sh/) installed, you can install Python by running the following command in the terminal (<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>`</kbd>):
44

55
```
6-
brew install python
6+
brew install python3
77
```
88

99
If you don't have Homebrew, you can download a Python installer for macOS from [python.org](https://www.python.org/downloads/mac-osx/).

0 commit comments

Comments
 (0)