I am looking to run krita scripter with pyenv python, is there a way to do that? I am on archlinux and installed krita as regular arch package, which makes it use system python, but most of my libraries are in pyenv, so it would be great if I could run scripts with pyenv python.
Krita uses its own version of puthon interpreter. The best bet would be to install the packsges you nees directly into this interpreter by invoking pip commands via scripter.
Can you tell what is the reason for you to use different interpreter?