mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
PYTHON_PATH should say PYTHONPATH.
This commit is contained in:
parent
c45ab6efed
commit
2f0d2ec385
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# The Z3 Python API requires libz3.dll/.so/.dylib in the
|
# The Z3 Python API requires libz3.dll/.so/.dylib in the
|
||||||
# PATH/LD_LIBRARY_PATH/DYLD_LIBRARY_PATH
|
# PATH/LD_LIBRARY_PATH/DYLD_LIBRARY_PATH
|
||||||
# environment variable and the PYTHON_PATH environment variable
|
# environment variable and the PYTHONPATH environment variable
|
||||||
# needs to point to the `python' directory that contains `z3/z3.py'
|
# needs to point to the `python' directory that contains `z3/z3.py'
|
||||||
# (which is at bin/python in our binary releases).
|
# (which is at bin/python in our binary releases).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue