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:
parent
4603ba2a94
commit
9bf3fd7646
2
python/exec-linux.sh
Normal file
2
python/exec-linux.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
export PYTHONPATH=../../python:$PYTHONPATH
|
||||
python example.py
|
2
python/exec-osx.sh
Normal file
2
python/exec-osx.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
export PYTHONPATH=../../python:$PYTHONPATH
|
||||
python example.py
|
2
python/run-linux.sh
Normal file
2
python/run-linux.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
export LD_LIBRARY_PATH=.
|
||||
python example.py
|
2
python/run-osx.sh
Normal file
2
python/run-osx.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
export LD_LIBRARY_PATH=.
|
||||
python example.py
|
2
python/run.sh
Normal file
2
python/run.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
export LD_LIBRARY_PATH=.
|
||||
python example.py
|
Loading…
Reference in a new issue