-
Notifications
You must be signed in to change notification settings - Fork 36
fix: work around pip bug #605
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Writing a script doesn't work on Windows. You have to create a shim there, pip doesn't seem to do it for you if you give it a Python script. So there are a few options:
|
cdec0e6
to
53bb56c
Compare
Signed-off-by: Henry Schreiner <[email protected]>
This reverts commit 4168979.
since popping the PYTHONPATH environment variable seemed to work, I tried to modify the shebang to use |
Fix:
cmake
module in a wheel build venv when thecmake
executable is installed in another venv #586