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

ipython command does not work in terminal #2969

Closed
mcooganj opened this issue Feb 22, 2013 · 6 comments
Closed

ipython command does not work in terminal #2969

mcooganj opened this issue Feb 22, 2013 · 6 comments
Milestone

Comments

@mcooganj
Copy link

I tried easy_install, pip install and git cloning ipython down. All worked, but none enabled the command $ ipython at the terminal.

after cloning ipython built just fine, and$ python ipython.py works to start python inside the directory. i can also import IPython inside a python session -- however ipython does not work at the terminal (which is annoying, as i am used to it working now).

I am pretty sure this is just a alias gone awry, but i don't know how to fix it -- could someone please help?

@takluyver
Copy link
Member

If you type alias in a terminal, it should show you any shell aliases you have defined. Other than that, make sure it's installing scripts to somewhere on your $PATH.

@mcooganj
Copy link
Author

How can i check where it installs scripts?

On 22/02/2013, at 11:17 PM, Thomas Kluyver notifications@github.com wrote:

If you type alias in a terminal, it should show you any shell aliases you
have defined. Other than that, make sure it's installing scripts to
somewhere on your $PATH.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/2969#issuecomment-13940629.

@mcooganj
Copy link
Author

I am working with a clean mountain lion install, so alias does not return
anything.

On 22/02/2013, at 11:17 PM, Thomas Kluyver notifications@github.com wrote:

If you type alias in a terminal, it should show you any shell aliases you
have defined. Other than that, make sure it's installing scripts to
somewhere on your $PATH.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/2969#issuecomment-13940629.

@mcooganj
Copy link
Author

sorry to bother -- i simply hadn't yet added /usr/local/share/python: to my
paths.

On 23 February 2013 08:12, Matthew Johnson mcooganj@gmail.com wrote:

I am working with a clean mountain lion install, so alias does not return
anything.

On 22/02/2013, at 11:17 PM, Thomas Kluyver notifications@github.com
wrote:

If you type alias in a terminal, it should show you any shell aliases you
have defined. Other than that, make sure it's installing scripts to
somewhere on your $PATH.


Reply to this email directly or view it on GitHubhttps://github.com//issues/2969#issuecomment-13940629.

@takluyver
Copy link
Member

No worries. For future reference, this kind of question is better dealt with on the mailing list, or on our new chat room. The issue tracker is for things that need to be fixed in IPython.

@mcooganj
Copy link
Author

Understood. Thanks

On 23/02/2013, at 10:24 AM, Thomas Kluyver notifications@github.com wrote:

No worries. For future reference, this kind of question is better dealt
with on the mailing list, or on our new chat
roomhttp://www.hipchat.com/ghSp7E1uY.
The issue tracker is for things that need to be fixed in IPython.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/2969#issuecomment-13979256.

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

2 participants