I installed TeXstudio and texlive with
sudo apt install texlive-full afterwards I installed the pygments with sudo apt-get install python-pygments and I used the command % !TeX TXS-program:compile = txs:///pdflatex/[--shell-escape] inside my tex document and I used the \usepackage[cache=false]{minted} as the first package. But I still get the error message \PYGdefault undefined.
I found on a StackExchange page the advice, that there is a folder called _minted_test
that should be removed. But where can I find this folder?
\usepackage[cache=false]{minted}. – Sigur Feb 22 '19 at 12:21