As I understand it, Ubuntu Snap encapsulates and manages versions and dependencies. So if I'm using a python application which is installed as a classic snap, how do I pip install additional packages for the application to use inside the snap, without polluting my non-snap environment?
In this instance I want to add some packages to the 'atom' editor which have a bunch of python package dependencies.
0 Answers