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.
1 parent e1f28d4 commit 96c83a8Copy full SHA for 96c83a8
build_tools/packaging/wheel/osx_wheel.sh
@@ -2,6 +2,10 @@
2
3
set -ex
4
5
+if [[ ":$PATH:" == *"conda"* ]]; then
6
+ echo "existing anaconda install in PATH, remove it and run script"
7
+ exit 1
8
+fi
9
# download and activate anaconda
10
rm -rf ~/minconda_wheel_env_tmp
11
wget -q https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh && \
0 commit comments