3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

Added missing files

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-03 18:11:56 -07:00
parent 4603ba2a94
commit 9bf3fd7646
5 changed files with 10 additions and 0 deletions

2
python/exec-linux.sh Normal file
View file

@ -0,0 +1,2 @@
export PYTHONPATH=../../python:$PYTHONPATH
python example.py

2
python/exec-osx.sh Normal file
View file

@ -0,0 +1,2 @@
export PYTHONPATH=../../python:$PYTHONPATH
python example.py

2
python/run-linux.sh Normal file
View file

@ -0,0 +1,2 @@
export LD_LIBRARY_PATH=.
python example.py

2
python/run-osx.sh Normal file
View file

@ -0,0 +1,2 @@
export LD_LIBRARY_PATH=.
python example.py

2
python/run.sh Normal file
View file

@ -0,0 +1,2 @@
export LD_LIBRARY_PATH=.
python example.py