Skip to content

Commit 9468ab0

Browse files
committed
fix makefile
1 parent b408f38 commit 9468ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/python/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SPHINXBUILD = sphinx-build
77
PAPER =
88
BUILDDIR = _build
99

10-
PYTHONPATH = $(realpath ../../../python):$(realpath ../../../python/lib/py4j-0.8.2.1-src.zip)
10+
export PYTHONPATH=$(realpath ../../../python):$(realpath ../../../python/lib/py4j-0.8.2.1-src.zip)
1111

1212
# User-friendly check for sphinx-build
1313
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)

0 commit comments

Comments
 (0)