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

Recommend to use pip instead of easy_install #1399

Closed
spyder-bot opened this issue Feb 17, 2015 · 5 comments
Closed

Recommend to use pip instead of easy_install #1399

spyder-bot opened this issue Feb 17, 2015 · 5 comments

Comments

@spyder-bot
Copy link
Collaborator

From uwe.fech...@gmail.com on 2013-05-20T04:38:12Z

Spyder Version: 2.2.0
Python Version: 2.7.3
Qt Version: 4.8.1, PyQt4 (API v2) 4.9.1 on Linux

I installed Spyder on Ubuntu 12.04 using easy_install -U spyder .

What steps will reproduce the problem?

  1. Launch spyder
    1. Press the F1 key. What is the expected output? What do you see instead? Expected output: The help file should be displayed.
      I see instead: Could not find "/usr/local/lib/python2.7/dis.../lib/spyderlib/doc/index.html".

Please provide any additional information below

.

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1399

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2013-06-28T22:04:06Z

Thanks for reporting. I'll see what we can do about it

Labels: MS-v2.2.1 Cat-Miscelleneous

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2013-07-05T10:12:45Z

Uwe, I verified that our docs are not installed, as you reported, but only when using

easy_install -U spyder

If you use

pip install -U spyder

then there is no problem.

Unfortunately I'm not a setuptools guru, so I don't know how to fix it. Besides, most people recommend these days to use "pip" over "easy_install" because it's a better package manager, so that's my recommendation for you too.

I'm marking this issue as "HelpNeeded" until someone decides to give us a hand and fix it, sorry.

Summary: Spyder documentation is not installed when using easy_install (was: Help (F1) is not working on Ubuntu 12.04)
Status: HelpNeeded
Labels: -Priority-Medium -MS-v2.2.1 Priority-Low

@spyder-bot
Copy link
Collaborator Author

From uwe.fech...@gmail.com on 2013-07-05T10:55:01Z

I would accept if you mark this issue as fixed (it works for me now), after you have updated the installation hints for Linux at: https://code.google.com/p/spyderlib/wiki/Installation There it is currently suggested to use easy_install.

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2013-07-06T08:38:11Z

Ok, thanks Uwe for the recommendation. I'm going to do it right now.

Summary: Recommend to use pip instead of easy_install (was: Spyder documentation is not installed when using easy_install)
Status: Accepted
Labels: -Priority-Low Priority-Medium MS-v2.2.1

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2013-07-06T19:08:25Z

This issue was updated by revision 83635bfd2c53 .

Status: Fixed

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

1 participant