I want to install ipython with latest version 6.X
I used command
pip install ipython, but after it installed successfully, I typedipythonin terminal then it said "ipython is not currently installed"Then I installed it using
sudo apt-get insatall ipythonand checked the version usingipython --version: it shows 2.4.1.
So, how can I get ipython with latest version?