You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An interesting problem that I'd never considered. Have you run into this personally?
If we could have some tests that show it breaks with paths longer than BINPRM_BUF_SIZE, and changing the invocation of pip to run as a module doesn't break anything, that should be OK.
Could we just change _pip_rpath() to instead search for the python executable and return that + ['-m', 'pip']?
See the following issue on pip: pypa/pip#1773
The accepted solution seems to be running the following:
I would make a PR but I am not sure on how you want to go about supporting that.
The text was updated successfully, but these errors were encountered: