Skip to content

Commit d337ee0

Browse files
authored
Merge pull request #1568 from stonebig/master
adapt to recent official pypandoc wheels
2 parents 0305ed1 + d0fa0d2 commit d337ee0

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)