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

The generated exe such as easy_install.exe and pip.exe should use relative path for python #2845

Closed
lygstate opened this issue May 31, 2015 · 1 comment
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@lygstate
Copy link

At the current time, the setuptools or pip always using absolute python path and that cause the Python can not be portable.
For example C:\Python27\python.exe
And I move C:\Python27 to
C:\Other\Dir\Python27,
then both pip.exe and easy_install.exe can not works.

@dstufft
Copy link
Member

dstufft commented Mar 22, 2017

Closing this as the exes come from setuptools and distlib and they do not support relative paths, if you want that feature you'll need to open issues on their respective trackers.

@dstufft dstufft closed this as completed Mar 22, 2017
@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

No branches or pull requests

2 participants