Christopher Dunn | da49859 | 2015-04-18 18:24:46 -0700 | [diff] [blame] | 1 | set -vex |
2 | |||||
3 | #brew update | ||||
4 | brew upgrade python3 | ||||
5 | python3 -m venv venv | ||||
6 | source venv/bin/activate | ||||
7 | |||||
8 | brew install ninja | ||||
9 | brew install meson | ||||
10 | |||||
11 | #brew install pyenv | ||||
12 | #which pyenv |