How check which python interpreter is used by a given python shell such as ipython
or bpython
?
Are these shells just relying on a notion of default interpreter installed on the system, which I guess is cpython
available for example at /usr/bin/python3
?
Note: I was not able to find existing questions dealing with the difference between the python interpreter and the python shell. Maybe this question could be enlarged to integrate this difference.