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

Support opening packages not installed #2

Open
jayvdb opened this issue Aug 5, 2019 · 0 comments
Open

Support opening packages not installed #2

jayvdb opened this issue Aug 5, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@jayvdb
Copy link
Member

jayvdb commented Aug 5, 2019

Could be installed via a private venv/virtualenv temporarily injected with sys.path (each package has an isolated venv to avoid problems?), or via pip install --user, or by fetching the appropriate wheel and using ZipFS on it.

It can be a feature which isnt available on Python 2, and not work with packages that dont have wheels, etc.

@chfw chfw added the help wanted Extra attention is needed label Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants