-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Please add an option to install latest setuptools/pip instead of embedded ones #563
Comments
Why can you not just do:
Having said this, an option to install the latest versions isn't out of the question. |
@pfmoore |
Because pip can't replace its own wrapper executable while it's running. That's certainly true on Windows, and may or may not be on Unix. I use the guaranteed-reliable form |
For reference: |
Not relevant, it's the OS that opens the pip.exe file and it doesn't allow removal. This has been discussed extensively on the distutils-sig list. Feel free to look there and if you can provide an implementation strategy (preferably in the form of a patch :-)) that might work, that would be fantastic. Having said that, this is a bit off topic for this feature request. |
The equivalent shell script I use is following:
The text was updated successfully, but these errors were encountered: