Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starting IPython3 on the terminal #2077

Closed
DanielMorton opened this issue Jul 2, 2012 · 2 comments
Closed

Starting IPython3 on the terminal #2077

DanielMorton opened this issue Jul 2, 2012 · 2 comments
Milestone

Comments

@DanielMorton
Copy link

I installed the latest version of IPython (0.13) on Mac OS 10.6.8 using the following code:
python3 setup.py build
python3 setup.py install

Everything seems to have installed properly and the command import IPython seems to work in IDLE, but when I type ipython3 in the terminal I get the error message bash: ipython3: command not found.

I can, however, start ipython3 by clicking the icon is the /Library/Frameworks/Python.framework/Versions/3.2/bin. Why does this work but the command line not?

@minrk
Copy link
Member

minrk commented Jul 2, 2012

Make sure /Library/Frameworks/Python.framework/Versions/3.2/bin is on your PATH, which it probably is not:

export PATH=/Library/Frameworks/Python.framework/Versions/3.2/bin:$PATH

@fperez
Copy link
Member

fperez commented Jul 2, 2012

Closing since this isn't really a bug in ipython, but user config issue.

@fperez fperez closed this as completed Jul 2, 2012
@minrk minrk added this to the no action milestone Mar 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants