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.
pip
install-dependencies.sh
1 parent a5d60a7 commit e85cf94Copy full SHA for e85cf94
utils/webassembly/macos/install-dependencies.sh
@@ -2,7 +2,9 @@
2
3
set -ex
4
5
-pip install six
+if [ -x "$(command -v pip)" ]; then
6
+ pip install six
7
+fi
8
pip3 install six
9
10
brew install cmake ninja llvm sccache
0 commit comments