How does one add ipython as an interpreter in pycharm on ubuntu, since it does not seem to have any directories, where its installed. How can one add it as an interpreter on ubuntu. I've tried looking for it using the following:
nafiul@nafiul-Lenovo-B480 ~
% whereis ipython !881
ipython: /usr/bin/ipython2.7 /usr/bin/ipython /usr/bin/X11/ipython2.7 /usr/bin/X11/ipython /usr/share/ipython /usr/share/man/man1/ipython.1.gz
Now, I've looked at this, and I've failed to find the the proper ipython directory. All the links above show ipython binaries, and not the actual ipython interpreter directory itself.
Any help regarding this would be very helpful.