Executing IPython using Python 3, not Python 2
I have both Python 2 and Python 3 installed, but when I start IPython using ipython
from the terminal, it launches Python 2. How do I get IPython to start Python 3? The IPython link says that you just need to use the command ipython3
from the terminal, but that won't work. This question seems to be asked elsewhere on Stackoverflow, but I don't see a very clear answer.
+3
source to share