Skip to content

Commit 50925ce

Browse files
[WASM] Uninstall python2 from macOS VM
1 parent 9f8ef4d commit 50925ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/webassembly/macos/install-dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -ex
44

5-
brew uninstall python@2 || true
5+
brew uninstall $(brew list | grep python@2)
66
brew install cmake ninja llvm sccache wasmer
77

88
SOURCE_PATH="$( cd "$(dirname $0)/../../../../" && pwd )"

0 commit comments

Comments
 (0)