We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f16d9 commit fcff825Copy full SHA for fcff825
prebuild/macOS/preinstall.sh
@@ -8,6 +8,8 @@ rm -f /usr/local/bin/pydoc3 || :
8
rm -f /usr/local/bin/python3 || :
9
rm -f /usr/local/bin/python3-config || :
10
11
+xcode-select --install
12
+
13
# two or more of these packages have python3 as a dependency, and --overwrite
14
# doesn't work to make them ignore conflicts. For now just ignore errors, yolo.
15
brew install --force pkg-config cairo pango librsvg giflib || :
0 commit comments