Skip to content

Commit

Permalink
debug output for setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ruaronicola committed Aug 8, 2023
1 parent 5ca5c3f commit da1552b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -x

if [ ! $VIRTUAL_ENV ]; then
echo "${bold}${red}Can't install outside of a Python virtualenv${normal}"; exit 1
fi
Expand Down Expand Up @@ -132,3 +134,5 @@ if [ ! -d $GREED_DIR/yices2_python_bindings ]; then
fi

pip install -e yices2_python_bindings

set +x

0 comments on commit da1552b

Please sign in to comment.