pyenv-mode
pyenv-mode copied to clipboard
Integrate pyenv with python-mode.
Hi, I have typically had no trouble with my virtualenvs, but after a recent reinstallation of some venvs, I am encountering a JSON parse error: ``` Debugger entered--Lisp error: (json-readtable-error...
I add pyenv-mode to python-mode-hook, it's very useful, thanks! But I find a little problem: after editting a .py file, the keybinding "C-c C-s" conflicts with orgmode's org-schedule while orgmode(and...
I'm using pyenv-mode in Spacemacs and editing local files works perfectly fine. However, when I'm editing a remote file via TRAMP, `pyenv-mode-set` results in ["sytem", "/bin/bash:", "pyenv:", "command", "not", "found"]...
The key binding for `C-c C-s` is bound to `git-commit-signoff` when editing a commit message in magit, however, if we're working in a python project, the same gets overwritten by...
Emacs 29.1 reported an error when loading the pyenv module I believe this fix is correct but I'm no Elisp expert.
When having a .python-version file that contains multiple versions set, pyenv seems to parse all the file as one version which isn't ideal