Quick write-up on how to add python packages to existing Krita appimages

Alvin Wong alvinhochun at gmail.com
Wed Sep 26 16:16:39 BST 2018


Hi,

IMO a better way to handle Python packages for Krita on all platforms
would be to have it set up a user site-package directory in the user
profile, but all platforms will need different code to properly set
this up. Then the next step would be to get pip to run _inside_ Krita
(so that it runs with the correct Python version) and use the user
site-package directory.

Your method only works if your system Python install is the same
version as the appimage one.

Best Regards,
Alvin
Lars Pontoppidan <dev.larpon at gmail.com> 於 2018年9月26日週三 下午10:00寫道:
>
> Hey boud,
>
> Here's how I did it:
> https://gist.github.com/Larpon/e81ed68895bdba35098d9d84688ac01e
>
> I'm thinking a fully automated script is possible so you could import more or less any python packages you'd want
>
> Thanks for your hard work
> Lars
>
>
>


More information about the kimageshop mailing list