-
Notifications
You must be signed in to change notification settings - Fork 23
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
How to use pipenv-venv #24
Comments
Hi there @apnewberry The result should be in the |
Ah, I hadn't noticed the I'm having trouble getting emacs to respect the pipenv virtualenv unless I activate it in my shell before launching emacs.
Similarly, if I navigate my shell to a python project, run However, if I open emacs outside of a virtualenv, and open a python file in a pipenv project directory, I get all the |
I'm having the same trouble as @apnewberry I think that it might be related to
|
I have similar problem.
|
I'm running in a pipenv venv, and I run
M-x pipenv-venv
, and I get a message that saysFinished pipenv --venv
, but I don't see the result ofpipenv --venv
anywhere. What's the right way to use this?The text was updated successfully, but these errors were encountered: