Skip to content

Commit d0fa0d2

Browse files
committed
adapt to recent official pypandoc wheels
1 parent 023e463 commit d0fa0d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

portable/scripts/env.bat

+4
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ set PATH_CLEANED=
4646

4747
rem force default pyqt5 kit for Spyder if PyQt5 module is there
4848
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

Comments
 (0)