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

report successfully installed versions of requirements even if existi… #3612

Closed
wants to merge 2 commits into from

Conversation

wm75
Copy link

@wm75 wm75 commented Apr 11, 2016

…ng installations have been ignored

currently, the "Successfully installed ..." message of a pip install can report a wrong version when either the -I or the --target options are in use: when another installation of the package exists on sys.path and the new installation goes to a location not on sys.path or in a later position, the pre-existing version will be reported. The patch fixes this for me.


This change is Reviewable

@dstufft
Copy link
Member

dstufft commented May 18, 2016

Accidentally closed this, reopening. Sorry!

@dstufft dstufft reopened this May 18, 2016
@BrownTruck
Copy link
Contributor

Hello!

As part of an effort to ease the contribution process and adopt a more standard workflow pip has switched to doing development on the master branch. However, this Pull Request was made against the develop branch so it will need to be resubmitted against master.

If you do nothing, this Pull Request will be automatically migrated by @BrownTruck for you.

If you would like to retain control over this pull request then you should resubmit it against the master branch, closing and referencing the original Pull Request.

If you choose to migrate this Pull Request yourself, here is an example message that you can copy and paste:

…ng installations have been ignored

currently, the "Successfully installed ..." message of a pip install can report a wrong version when either the -I or the --target options are in use: when another installation of the package exists on sys.path and the new installation goes to a location not on sys.path or in a later position, the pre-existing version will be reported. The patch fixes this for me.





This change is

---

*This was migrated from pypa/pip#3612 to reparent it to the ``master`` branch. Please see original pull request for any previous discussion.*

If this pull request is no longer needed, please feel free to close it.

@BrownTruck
Copy link
Contributor

This Pull Request has been automatically migrated to #3723 to reparent it to the master branch. Please see the new pull request for any new discussion.

@BrownTruck BrownTruck closed this May 26, 2016
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 3, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants