3

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.

3
  • ipython is not an interpreter! It uses the installed python and provides a better interactive session of that interpreter! Commented Dec 13, 2013 at 9:36
  • 1
    @Bakuriu I see, however, on windows, it behaves like an interpreter. Is there any way to get the ipython console in pycharm? Commented Dec 13, 2013 at 9:36
  • The windows package probably contains its own python interpreter bundled but ipython is just an interface to a cpython interpreter. Regarding pycharm, did you read: this section of the documentation? Commented Dec 13, 2013 at 9:38

1 Answer 1

7

FIgured it out. There's no need to add ipython separately. If you install ipython as a package in the interpreter of your chosing, ipython will automatically become the default interpreter of the console.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.