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

Can I use this in normal virtualenvs? #7

Open
safijari opened this issue Jun 4, 2019 · 2 comments
Open

Can I use this in normal virtualenvs? #7

safijari opened this issue Jun 4, 2019 · 2 comments

Comments

@safijari
Copy link

safijari commented Jun 4, 2019

Is this possible in a straight forward-ish way? I'm willing to hack around to make it work but just wanna figure out if there's a clear path for it.

@jlstevens
Copy link
Contributor

jlstevens commented Jun 6, 2019

NEI is still rough around the edges when it comes to packaging (especially on the emacs side) and I haven't tried virtual environments yet. It should work though (possibly with some hackery as you suggest) as there are multiple emacs packages that claim to support Python virtual envs (e.g the ones I see here).

As far as NEI is concerned, what matters is that the Python interpreter you see if you run M-! which python (or shell-command -> 'which python') has NEI available as a Python package (e.g pip installed from here).

I do need to update that package on PyPI though note that NEI is still alpha quality. That said, I am happy to find that there is some early interest in it! A small number of early adopters is probably a good thing as they don't mind the project being in a state of flux for a while longer as things stabilize.

@safijari
Copy link
Author

safijari commented Jun 6, 2019

Oh I see. So I think I can just pip install it from source in my global python environment. Will let you know how that goes.

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

2 participants