-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
python virtual environment activation #774
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
Comments
I tried Maybe It is batter to add |
Thanks for filing this. I don't think I want to prescribe how people should manage their python virtual envs, and locally I use |
You're right, this is more like a special use case. Just record it in case others encounter the same problem. |
I've updated the note in |
* upstream/master: (40 commits) Update copyright year Clarify why users should update packes regularly Don't automatically preview consult ripgrep commands Don't remap yank-pop to consult-yank-replace init-ocaml: add incantations for using ocamllsp with eglot init-ocaml: better handling of merlin-company init-ocaml: remove merlin-mode code no longer required since upstream fixes Divide code sections consistently Remove defunct company-elm package Use new dune-format package extracted from this config Tweaks to consult config Add Emacs 27.2 to CI Prefer consult-goto-line to goto-line-preview Support company margin icons move-dup commands have been renamed Zap-up-to-char has been autoloaded for 5 years now Pre-declare url-show-status var in startup script Update note about using pyvenv, see purcell#774 Add support for ocaml's "dune" build tool Work around selectrum minibuffer height issue ...
I'm working in a mac(apple m1).
I used
M-x pythonic-activate RET /path/to/virtualenv RET
to change the virtual environment in anaconda-mode. But Python Shell, pdb and flycheck use three different environments.It works fine when I used
C-c C-p
, in a Python Shell.But the pdb(
python -m pdb test.py
) use the python2.7 from the system.While the flycheck use python from homebrew.
The text was updated successfully, but these errors were encountered: