forked from electron/electron
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86dd22f
commit 5b01524
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,8 @@ nvm use v16 | |
node --version | ||
``` | ||
- installed homebrew: `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"` | ||
- Installed Python 3.9 (Python 3.10 has breaking changes that broke the compile) `brew install [email protected]` | ||
- Installed Python 3.9 (Python 3.10 has breaking changes that broke the compile) `brew install [email protected]`. Check by `python3 --version` | ||
- make sure there is a Python 2 installed by `python --version` (should report 2.x.x) | ||
- configured Python: | ||
``` | ||
pip3 install --user --upgrade pip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters