I am extremely inexperienced with all this Unix stuff and recently downloaded Emacs, but when I tried to run my python program this showed up:
Warning (python): Your
python-shell-interpreter
doesn’t seem to supportreadline
, yetpython-shell-completion-native-enable
wast
and"python"
is not part of thepython-shell-completion-native-disabled-interpreters
list. Native completions have been disabled locally.
There are fixes out there, one of which includes adding to the init.el
file, but I'm not entirely sure how I would go about doing that or how to exactly access that. The other solution is a Github download, but I'm also not sure on how to incorporate that into my Emacs.
I'm super inexperienced, and answers to both potential solutions would highly be appreciated as I want to learn as much as possible.