# HG changeset patch # User Oleksandr Gavenko # Date 1610364686 -7200 # Node ID 4b7b0f90d97b40f7d3665c0305baf4b0e79752c0 # Parent abe5cfc9b566c93bb4239f5040f4b3095bc68165 Mentioned python-shell-interpreter-args. diff -r abe5cfc9b566 -r 4b7b0f90d97b .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)