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 3f668d0 commit 6b46b7cCopy full SHA for 6b46b7c
prebuild/macOS/preinstall.sh
@@ -1,6 +1,13 @@
1
set -Eeuxo pipefail
2
3
brew update
4
-brew install --force pkg-config cairo pango librsvg giflib # python3 is for macpack
5
-# brew upgrade python # activates python 3
+
+rm -f /usr/local/bin/2to3 || :
6
+rm -f /usr/local/bin/idle3 || :
7
+rm -f /usr/local/bin/pydoc3 || :
8
+rm -f /usr/local/bin/python3 || :
9
+rm -f /usr/local/bin/python3-config || :
10
11
+brew install --force pkg-config cairo pango librsvg giflib
12
13
pip3 install --user macpack
0 commit comments