Jekyll on Windows: Pygments not working

前端 未结 10 1316
失恋的感觉
失恋的感觉 2020-12-23 20:06

I updated to the latest JekyllBuild (1.0.3) before I always used the RC. After updating the parsing of codes (with Pygments) doesn\'t work anymore. I always get the followin

10条回答
  •  旧时难觅i
    2020-12-23 20:44

    For me, the fix was to add a symbolic link to python.exe called python2.exe

    Do this, with elevated privileges, in the directory where python 2.x is installed:

    mklink python2.exe python.exe
    

提交回复
热议问题