~edwargix/emacs.d

6e2204e88bb7cfb92058518781cf1c0346417c71 — David Florness 5 years ago 8537c43
Always use Python 3 for Python shell
1 files changed, 3 insertions(+), 0 deletions(-)

M lisp/python.el
M lisp/python.el => lisp/python.el +3 -0
@@ 1,3 1,6 @@
(use-package python
  :custom (python-shell-interpreter "python3"))

(use-package pyvenv
  :commands (pyvenv-activate pyvenv-workon))