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
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), enteringlive-py-modefails 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