Warning (python): Your ‘python-shell-interpreter’ doesn’t seem to support readline, yet ‘python-shell-completion-native-enable’ was t and "python" is not part of the ‘python-shell-completion-native-disabled-interpreters’ list. Native completions have been disabled locally. Disable showing Disable logging
python-shell-interpreterはreadlineをサポートしていないが、ネイティブ補完が有効に設定されているときに表示されるメッセージ。 以下の設定をカスタマイズして解消可能。
- Variable
python-shell-completion-native-enable
- readlineベースのネイティブ補完を有効にする
- Variable
python-shell-completion-native-disabled-interpreters
- 補完が無効になっているインタプリタのリスト。一致すると、readlineベースのネイティブ補完は無効になる。