Skip to content

Commit 81e1ede

Browse files
Use Python3 to follow the upstream change
1 parent 24d36fa commit 81e1ede

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

utils/webassembly/macos/install-dependencies.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,8 @@
22

33
set -ex
44

5-
if ! command -v pip &> /dev/null
6-
then
7-
PIP_COMMAND=pip3
8-
else
9-
PIP_COMMAND=pip
10-
fi
11-
12-
$PIP_COMMAND install six
5+
pip install six
6+
pip3 install six
137

148
brew install cmake ninja llvm sccache
159

0 commit comments

Comments
 (0)