[issue21568] Win32 pip doesn't use relative path to found site-packages.

2015-02-13 Thread Steve Dower
Steve Dower added the comment: Already reported at https://github.com/pypa/pip/issues/1889 -- resolution: -> third party status: open -> closed ___ Python tracker ___ __

[issue21568] Win32 pip doesn't use relative path to found site-packages.

2015-02-12 Thread Steve Dower
Steve Dower added the comment: 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. -- ___ Python tracker ___

[issue21568] Win32 pip doesn't use relative path to found site-packages.

2015-02-12 Thread 勇刚 罗
勇刚 罗 added the comment: yes python -m pip works for me but pip.exe doesn't work 2015年2月12日 下午10:55于 "Steve Dower" 写道: > > Steve Dower added the comment: > > Do you mean pip.exe? Does running 'python.exe -m pip install ...' work for > you? > > -- > > __

[issue21568] Win32 pip doesn't use relative path to found site-packages.

2015-02-12 Thread Steve Dower
Steve Dower added the comment: Do you mean pip.exe? Does running 'python.exe -m pip install ...' work for you? -- ___ Python tracker ___ _

[issue21568] Win32 pip doesn't use relative path to found site-packages.

2015-02-12 Thread Mark Lawrence
Mark Lawrence added the comment: 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. -- components: +Windows nosy: +BreamoreBoy, dstufft, steve.dower, tim.

[issue21568] Win32 pip doesn't use relative path to found site-packages.

2014-05-30 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue21568] Win32 pip doesn't use relative path to found site-packages.

2014-05-23 Thread 勇刚 罗
New submission from 勇刚 罗: 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. -- messages: 219018 nosy: 勇刚.罗 priority: normal severity: normal status: open titl