Emacs: How do I detect which Python mode is running and select default Python interpreter?
First of all, how do I see which Python mode is running?
I've read that multiple exist, like python-mode.el etc.
Secondly, pressing C-c C-z results in a Run Python dialog appearing. I use Python3 and I want this to be the default. So, instead of always editing python to python3 in the path /usr/bin/python -i, how do I make this automatically?
Please resond so a newbie to Emacs can understand the details :-)
