Skip to content

Commit caf3e1a

Browse files
Bentonsky
authored andcommitted
Update macos bootstrap script for macos 13.2.1
1 parent b5341e5 commit caf3e1a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

script/bootstrap_macos.sh

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
set -o errexit -o nounset -o pipefail
33
cd "`dirname $0`/.."
44

5-
sudo easy_install-3.8 pip
6-
pip install virtualenv --user
7-
python3 -m virtualenv venv
5+
brew install [email protected]
6+
python3.12 -m venv venv
87
source venv/bin/activate
98

10-
# https://github.com/googlefonts/gftools/issues/121
9+
## https://github.com/googlefonts/gftools/issues/121
1110
brew install pkg-config
1211
brew install zlib
13-
pip install -U Pillow==5.4.1 idna==2.8 requests==2.21.0 urllib3==1.24.1
14-
export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
12+
pip install -U Pillow==8.0.1 idna==2.8 requests==2.21.0 urllib3==1.24.1
13+
export PKG_CONFIG_PATH="/opt/homebrew/opt/libffi/lib/pkgconfig"
1514
pip install pycairo
16-
pip install git+https://github.com/googlefonts/gftools
15+
pip install gftools
1716

1817
pip install fontmake
1918
brew install ttfautohint

0 commit comments

Comments
 (0)