I am new to emacs. I installed emacs24 which has a built-in python mode(python.el). I cannot find this file and don't know how to configure it to use python3 shell (it's using python2.7 as default). Thannks
how to configure python.el for emacs to use python3 shell?
2.4k views Asked by user1500178 At
1
Set it to python3. Afterwards M-x run-python RET should open a Python3 shell.
If not working yet, check $PATH, make sure the directory holding python3 executable appears.