Skip to content

Commit 96c83a8

Browse files
jamarshonezyang
authored andcommitted
Packaging improvements for 0.2.0 (#207)
* more * more * more
1 parent e1f28d4 commit 96c83a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build_tools/packaging/wheel/osx_wheel.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
set -ex
44

5+
if [[ ":$PATH:" == *"conda"* ]]; then
6+
echo "existing anaconda install in PATH, remove it and run script"
7+
exit 1
8+
fi
59
# download and activate anaconda
610
rm -rf ~/minconda_wheel_env_tmp
711
wget -q https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh && \

0 commit comments

Comments
 (0)