We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0305ed1 + d0fa0d2 commit d337ee0Copy full SHA for d337ee0
portable/scripts/env.bat
@@ -46,3 +46,7 @@ set PATH_CLEANED=
46
47
rem force default pyqt5 kit for Spyder if PyQt5 module is there
48
if exist "%WINPYDIR%\Lib\site-packages\PyQt5\__init__.py" set QT_API=pyqt5
49
+
50
+rem modern Pandoc wheel need this
51
+if exist "%WINPYDIRBASE%\t\pandoc.exe" set PYPANDOC_PANDOC=%WINPYDIRBASE%\t\pandoc.exe
52
0 commit comments