Use ruby/python shims to get version
This commit is contained in:
parent
54f7e84b68
commit
bf49b4e16f
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
python-environment-directory narf-temp-dir
|
||||
python-shell-interpreter "ipython")
|
||||
:config
|
||||
(define-env-command! python-mode "pyenv version | cut -d' ' -f1")
|
||||
(define-env-command! python-mode "python --version | cut -d' ' -f2")
|
||||
(define-key python-mode-map (kbd "DEL") nil)) ; interferes with smartparens
|
||||
|
||||
(use-package nose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue