Skip to content

Commit a4af16c

Browse files
authored
Use pip3 instead of pip in macOS deps script
1 parent b98359d commit a4af16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/webassembly/macos/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -ex
44

5-
pip install six
5+
pip3 install six
66

77
brew install cmake ninja llvm sccache
88

0 commit comments

Comments
 (0)