We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023e463 commit d0fa0d2Copy full SHA for d0fa0d2
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