There is a bit of confusion surrounding click and snappy.
For one, I understand that there are certain packages that are not allowed to be shared due to app-armor. For example, if I write a Qt application that executes a python script, app armor will prevent me from using the installed python interpreter on my own system. My program however does depend on a python interpreter.
How would Click/Snappy solve this and other dependency issues?