pipenv.el icon indicating copy to clipboard operation
pipenv.el copied to clipboard

Integration with live-py-mode not working

Open steve-lorimer opened this issue 6 years ago • 5 comments

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

steve-lorimer avatar May 29 '18 13:05 steve-lorimer

@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.

pwalsh avatar May 29 '18 13:05 pwalsh

Thank you!

steve-lorimer avatar May 29 '18 13:05 steve-lorimer

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

pwalsh avatar May 29 '18 16:05 pwalsh

@pwalsh yes it is.

Please find this related issue on live-py-mode.

steve-lorimer avatar May 29 '18 17:05 steve-lorimer

https://github.com/pwalsh/pipenv.el/issues/45

pwalsh avatar Dec 06 '18 16:12 pwalsh