-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
setting python venv does not automatically specify virtualenv shell path #2841
Comments
Also why are we having |
Yeah, that is confusing. |
´pyenv` is also very handy. I would not remove one but maybe we can set one as default and let users choose the other one if they want to like with the python test runner. |
what does On Tue, Sep 1, 2015 at 2:25 AM, Christoph Paulik notifications@github.com
|
See https://www.brianthicks.com/2015/04/10/pyenv-your-python-environment-automated/ for a practical example. |
AFAIK, As @ipsod , the way to use only virtualenv should really be noted in the documentation. I think There are too many packages for python in emacs, and too many are doing it wrong. A clean and right solution needs real experts. Why is this issue closed? @TheBB I do not think it is solved yet. |
The reporter said
Pyvenv does this, and apparently already did at the time of reporting. |
@TheBB but |
Well... open a new issue then. I don't want to reopen old issues just because something else vaguely related to the original problem is still unsolved. |
Inspired by the discussion in syl20bnr#2841 I thought it was useful to improve the Documentation and provide keybindings for all the useful `pyvenv` functions.
Inspired by the discussion in syl20bnr#2841 I thought it was useful to improve the Documentation and provide keybindings for all the useful `pyvenv` functions.
Inspired by the discussion in syl20bnr#2841 I thought it was useful to improve the Documentation and provide keybindings for all the useful `pyvenv` functions.
Inspired by the discussion in syl20bnr#2841 I thought it was useful to improve the Documentation and provide keybindings for all the useful `pyvenv` functions.
Inspired by the discussion in syl20bnr#2841 I thought it was useful to improve the Documentation and provide keybindings for all the useful `pyvenv` functions.
Inspired by the discussion in #2841 I thought it was useful to improve the Documentation and provide keybindings for all the useful `pyvenv` functions.
Inspired by the discussion in syl20bnr#2841 I thought it was useful to improve the Documentation and provide keybindings for all the useful `pyvenv` functions.
I was unable to get spacemacs to use a python virtual environment, but found some help in the chat.
In order to get spacemacs to use a python virtual environment, it's required to run:
(setq python-shell-virtualenv-path "~/path/to/env/")
This should be noted in the documentation until
pyvenv-workon
sets the path automatically (as it ought to).The text was updated successfully, but these errors were encountered: