我想使用 minted 包,但是当我xelatexing进入时TexStudio,出现错误:
minted: You must have `pygmentize' installed to use this package.
Run Code Online (Sandbox Code Playgroud)
pip 似乎无法找到pygmentize:

在我C:\Python26\Scripts有名为的文件pygmentize:

我已按照此处的说明进行操作https://tex.stackexchange.com/questions/108661/how-to-use-minted-under-miktex-and-windows-7建议安装 Pygments 这就是我所做的:

这是我的路径:
C:\Users\Milos\AppData\Roaming\npm;C:\Python26;C:\Python26\Scripts
Run Code Online (Sandbox Code Playgroud)
但是它不起作用。我应该如何解决这个问题?