Commit 532450d
Force the use of python3
This fixes building the installer in macOS as the default python binary is python2 (included by macOS).
Moreover python2 is deprecated in macOS and the path forward is to specifically use python3 instead of the default python.
As far as I can see, pip (required to install certifi) is only available for python3 in homebrew.
Signed-off-by: Kate <[email protected]>1 parent 211702b commit 532450d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments