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

Win32 pip doesn't use relative path to found site-packages. #65767

Closed
lygstate mannequin opened this issue May 24, 2014 · 6 comments
Closed

Win32 pip doesn't use relative path to found site-packages. #65767

lygstate mannequin opened this issue May 24, 2014 · 6 comments

Comments

@lygstate
Copy link
Mannequin

lygstate mannequin commented May 24, 2014

BPO 21568
Nosy @ncoghlan, @tjguk, @zware, @lygstate, @zooba, @dstufft

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2015-02-13.16:12:31.806>
created_at = <Date 2014-05-24.02:30:05.903>
labels = ['OS-windows']
title = "Win32 pip doesn't use relative path to found site-packages."
updated_at = <Date 2015-02-13.16:12:31.805>
user = 'https://github.com/lygstate'

bugs.python.org fields:

activity = <Date 2015-02-13.16:12:31.805>
actor = 'steve.dower'
assignee = 'none'
closed = True
closed_date = <Date 2015-02-13.16:12:31.806>
closer = 'steve.dower'
components = ['Windows']
creation = <Date 2014-05-24.02:30:05.903>
creator = 'lygstate'
dependencies = []
files = []
hgrepos = []
issue_num = 21568
keywords = []
message_count = 6.0
messages = ['219018', '235829', '235832', '235842', '235843', '235899']
nosy_count = 7.0
nosy_names = ['ncoghlan', 'tim.golden', 'BreamoreBoy', 'zach.ware', 'lygstate', 'steve.dower', 'dstufft']
pr_nums = []
priority = 'normal'
resolution = 'third party'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue21568'
versions = ['Python 3.4', 'Python 3.5']

@lygstate
Copy link
Mannequin Author

lygstate mannequin commented May 24, 2014

I want to directly copy python as a portable version.
But the pip always point to the place where it installed,
So I am asking pip use relative to found site-packages under win32.

@BreamoreBoy
Copy link
Mannequin

BreamoreBoy mannequin commented Feb 12, 2015

I'm not certain exactly what is being asked for here so could the originator please clarify their needs? I also don't really know who "owns" this hence the changes to the nosy list.

@BreamoreBoy BreamoreBoy mannequin added the OS-windows label Feb 12, 2015
@zooba
Copy link
Member

zooba commented Feb 12, 2015

Do you mean pip.exe? Does running 'python.exe -m pip install ...' work for you?

@lygstate
Copy link
Mannequin Author

lygstate mannequin commented Feb 12, 2015

yes python -m pip works for me
but pip.exe doesn't work
2015年2月12日 下午10:55于 "Steve Dower" <report@bugs.python.org>写道:

Steve Dower added the comment:

Do you mean pip.exe? Does running 'python.exe -m pip install ...' work for
you?

----------


Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue21568\>


@zooba
Copy link
Member

zooba commented Feb 12, 2015

In that case, this should be reported to the setuptools project, since they are responsible for creating the pip.exe launcher when pip is installed.

@zooba
Copy link
Member

zooba commented Feb 13, 2015

Already reported at pypa/pip#1889

@zooba zooba closed this as completed Feb 13, 2015
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
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