pipenv.el
pipenv.el copied to clipboard
Integration with live-py-mode not working
Having originally filed an issue with the spacemacs project, I have been asked to file the same here.
Having activated my pipenv virtualenv (pipenv-activate
), entering live-py-mode
fails to use the active virtualenv.
Eg: Attempting to import a module which is installed in the virtualenv fails.
Note that if I execute a local file (python-execute-file-focus
) the code runs inside my virtualenv, and works as expected
@skebanga thanks! Ultimately I think it all comes down to https://github.com/pwalsh/pipenv.el/issues/22
I'll try to get some time on this over the next few days.
Thank you!
Just to be clear, as I am not familiar with it, is this the mode you refer to https://github.com/donkirkby/live-py-plugin/tree/master/emacs-live-py-mode
https://github.com/pwalsh/pipenv.el/issues/45