Skip to content

Commit

Permalink
debugging actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ruaronicola committed Sep 28, 2023
1 parent 6079788 commit a9fc43c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import sys
with open("/tmp/syspath1", "w") as f:
f.write(f"{sys.path=}\n")
exit()

here = path.abspath(path.dirname(__file__))

Expand Down
3 changes: 3 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,13 @@ cp $GREED_DIR/resources/yices_api.py yices2_python_bindings/yices_api.py
cp $GREED_DIR/resources/setup.py yices2_python_bindings/setup.py
which python
which pip
python --version
python -m site
pip --version
pip freeze --all
pip install -v -e yices2_python_bindings
yices_python_info
cat /tmp/syspath0
cat /tmp/syspath

########################################################################################################################
Expand Down

0 comments on commit a9fc43c

Please sign in to comment.