We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b408f38 commit 9468ab0Copy full SHA for 9468ab0
docs/api/python/Makefile
@@ -7,7 +7,7 @@ SPHINXBUILD = sphinx-build
7
PAPER =
8
BUILDDIR = _build
9
10
-PYTHONPATH = $(realpath ../../../python):$(realpath ../../../python/lib/py4j-0.8.2.1-src.zip)
+export PYTHONPATH=$(realpath ../../../python):$(realpath ../../../python/lib/py4j-0.8.2.1-src.zip)
11
12
# User-friendly check for sphinx-build
13
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
0 commit comments