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

Windows IPython executable /scripts/ipython not working #4001

Closed
SylvainCorlay opened this issue Aug 13, 2013 · 5 comments
Closed

Windows IPython executable /scripts/ipython not working #4001

SylvainCorlay opened this issue Aug 13, 2013 · 5 comments
Milestone

Comments

@SylvainCorlay
Copy link
Member

Hello, I just used the IPython 1.0 msi installer on a fresh Python(x,y) installation (with no previous version of IPython installed). The installation was successful and a script "ipython" was created in C:/Python27/Scripts.

The directory is in the PATH environment variable but running "ipython", "ipython qtconsole" or "ipython notebook" does not work. Although I can still run IPython with

python C:/Python27/Scripts/ipython notebook_or_whatever

Could the IPython installer create an executable or a .bat file that handles arguments?

By the way, IPython 1.0 works beautifully. Congratulations to everyone for the new release.

@takluyver
Copy link
Member

The exe installers used to. Do any of us know anything about MSI installers?

@ivanov
Copy link
Member

ivanov commented Aug 13, 2013

@minrk made the MSIs for 1.0 this time, but he's traveling right now.

@minrk
Copy link
Member

minrk commented Aug 13, 2013

can you describe "does not work" in more detail?

@SylvainCorlay
Copy link
Member Author

Hi @minrk ,

In cmd,

ipython

would yield "C:\Python27\python.exe: No module named ipython" . Although C:\Python27\Scripts is in the PATH variable. If I type

python C:/Python27/Scripts/ipython

it works fine.
Cheers,

Sylvain

@minrk
Copy link
Member

minrk commented Jan 29, 2014

The MSI installers are borked, and we don't use them anymore. Closing.

@minrk minrk closed this as completed Jan 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants