Bump to Python-3.9.10

This commit is contained in:
Gerard Vermeulen 2022-01-18 06:47:25 +01:00
parent ef0d277415
commit 42006f6ebc
1 changed files with 1 additions and 1 deletions

View File

@ -1794,7 +1794,7 @@ Listing [[lst:enable-pyenv-mode]] configures and enables =pyenv-mode=.
(when (and (executable-find "pyenv")
(require 'pyenv-mode nil 'noerror))
(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.
(define-key pyenv-mode-map (kbd "C-c C-s") nil))
#+end_src