Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
facundobatista opened this issue May 4, 2018 · 0 comments
Open

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

facundobatista opened this issue May 4, 2018 · 0 comments
Milestone

Comments

@facundobatista
Copy link
Member

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 facundobatista added this to the Cool release milestone Feb 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant