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 66a0a0a commit da4dbc3Copy full SHA for da4dbc3
1 file changed
Modules/main.c
@@ -14,7 +14,7 @@
14
#if defined(PYOS_OS2) || defined(MS_WINDOWS)
15
#define PYTHONHOMEHELP "<prefix>\\lib"
16
#else
17
-#define PYTHONHOMEHELP "<prefix>/python2.0"
+#define PYTHONHOMEHELP "<prefix>/pythonX.X"
18
#endif
19
20
#include "pygetopt.h"
0 commit comments