Mentioned python-shell-interpreter-args.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 11 Jan 2021 13:31:26 +0200
changeset 1700 4b7b0f90d97b
parent 1699 abe5cfc9b566
child 1701 c1ddee0b6366
Mentioned python-shell-interpreter-args.
.emacs-my
--- a/.emacs-my	Mon Jan 04 01:26:23 2021 +0200
+++ b/.emacs-my	Mon Jan 11 13:31:26 2021 +0200
@@ -3064,6 +3064,7 @@
   (require 'python))
 
 (setq python-shell-interpreter "python3")
+(setq python-shell-interpreter-args "-i")
 
 (setq python-indent-offset 4)