Bump to Python-3.9.10
This commit is contained in:
parent
ef0d277415
commit
42006f6ebc
@ -1794,7 +1794,7 @@ Listing [[lst:enable-pyenv-mode]] configures and enables =pyenv-mode=.
|
|||||||
(when (and (executable-find "pyenv")
|
(when (and (executable-find "pyenv")
|
||||||
(require 'pyenv-mode nil 'noerror))
|
(require 'pyenv-mode nil 'noerror))
|
||||||
(pyenv-mode +1)
|
(pyenv-mode +1)
|
||||||
(pyenv-mode-set "3.9.9/envs/python-3.9.9")
|
(pyenv-mode-set "3.9.10/envs/python-3.9.10")
|
||||||
;; Stop shadowing the org-mode-map "C-c C-s" binding.
|
;; Stop shadowing the org-mode-map "C-c C-s" binding.
|
||||||
(define-key pyenv-mode-map (kbd "C-c C-s") nil))
|
(define-key pyenv-mode-map (kbd "C-c C-s") nil))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user