ipython command not found #10678

Open
CHK16 opened this Issue Jun 27, 2017 · 2 comments

Comments

Projects
None yet
2 participants

CHK16 commented Jun 27, 2017

I installed anaconda python 3.6 version on a window 10.
I am sure that I install anaconda as my default Python.
I can run ipython by click on the ipython icon in the start menu.
But I am still getting error in Git bash says : bash : ipython command not found

Is there any way I can run ipython in git bash?

Thanks.

Owner

takluyver commented Jun 27, 2017

I'm not very familiar with Windows, but I think that you can't use Windows Python from git-bash.

CHK16 commented Jun 27, 2017

I added a path to it and it's working now.
→ $ PATH=$PATH:/c/Users/chk16/Anaconda3/Scripts
(Make sure to create a path to the directory "Scripts" where the IPython and Jupyter notebook are installed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment