Skip to content

Commit 19c316e

Browse files
author
Winfried Bruns
committed
ppip version
1 parent 8f61a0a commit 19c316e

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.install_our_PyNormaliz.sh

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,15 @@ if [[ $OSTYPE == darwin* ]]; then ## sets paths etc. for Homebrew LLVM
2020
source install_scripts_opt/common.sh
2121
fi
2222

23-
echo "%%%%%%%%%"
24-
ls
25-
echo "%%%%%%%%%"
26-
ls PyNormaliz
27-
28-
export MAKEFLAGS="-j2"
29-
3023
./install_pynormaliz.sh --user
3124

32-
export -p
25+
echo "#######"
26+
pip --version
3327

34-
#if [[ $OSTYPE != darwin* ]]; then
28+
if [[ $OSTYPE != darwin* ]]; then
3529
cd PyNormaliz
3630
python setup.py sdist
3731
sudo pip install --no-index --no-deps --force-reinstal -v dist/PyNormaliz-*.tar.gz
3832
python -c "import PyNormaliz"
39-
#fi
33+
fi
4034

0 commit comments

Comments
 (0)