Thanks to visit codestin.com Credit goes to github.com
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 131fd7f commit 5de15f1Copy full SHA for 5de15f1
1 file changed
Modules/Setup.dist
@@ -93,11 +93,7 @@ SITEPATH=
93
# Standard path components for test modules
94
TESTPATH=
95
96
-# Path components for machine- or system-dependent modules and shared libraries
97
-MACHDEPPATH=:$(PLATDIR)
98
-EXTRAMACHDEPPATH=
99
-
100
-COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(EXTRAMACHDEPPATH)
+COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)
101
PYTHONPATH=$(COREPYTHONPATH)
102
103
0 commit comments