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

patch conda-installed pip with 'conda update pip' update message #9234

Open
kalefranz opened this issue Apr 25, 2018 · 2 comments
Open

patch conda-installed pip with 'conda update pip' update message #9234

kalefranz opened this issue Apr 25, 2018 · 2 comments

Comments

@kalefranz
Copy link

See comment at pypa/pip#5326 (comment)

It's unfortunate that vendors, when packaging pip for use in system packages, don't patch the message to describe the correct command to use to upgrade the system pip.

Apparently it's recommended that the pip outdated message and how to update pip when it is outdated be patched over.

Technically, I guess that would mean pip would have to ask conda if a newer version is available, and then if so, give a conda update pip message.

@kalefranz
Copy link
Author

kalefranz commented May 10, 2018

Another reference: pypa/pip#5346

@nehaljwani
Copy link

The detection logic is itself upstream now: pypa/pip#5368

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