fades icon indicating copy to clipboard operation
fades copied to clipboard

--system-site-packages doesn't run inside snaps

Open facundobatista opened this issue 7 years ago • 0 comments

This is because the intrinsic nature of isolation provided by snaps.

However, as fades is currently a "classic" snap, we can really access to external Python.

I did some exploration here, playing with getting dist/site packages of external Python and adding it to the running virtualenv inside fades (which theoretically would make it add those paths to venv's site.py, in effect providing access to "the system packages", but I couldn't really make it work... it looks I break the virtualenv containment when I do that...

facundobatista avatar May 04 '18 19:05 facundobatista