Skip to content

Commit 0aca055

Browse files
authored
build: keep using system python for dev install (#4014)
Signed-off-by: Tyler Burt <[email protected]>
1 parent bf4f7ad commit 0aca055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_wheel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ def get_pybind_lib():
531531
)
532532

533533
if install:
534-
build_run(f"\"{venv_python}\" -m pip install -e .[devel]")
534+
build_run(f"\"{sys.executable}\" -m pip install -e .[devel]")
535535

536536

537537
def add_arguments(parser: ArgumentParser):

0 commit comments

Comments
 (0)