We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
pipenv-activate
live-py-mode
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
python-execute-file-focus
The text was updated successfully, but these errors were encountered:
@skebanga thanks! Ultimately I think it all comes down to #22
I'll try to get some time on this over the next few days.
Sorry, something went wrong.
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
@pwalsh yes it is.
Please find this related issue on live-py-mode.
#45
pwalsh
No branches or pull requests
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-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 expectedThe text was updated successfully, but these errors were encountered: