mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
build: keep using system python for dev install (#4014)
Signed-off-by: Tyler Burt <195370667+tburt-nv@users.noreply.github.com>
This commit is contained in:
parent
bf4f7ad744
commit
0aca05514a
@ -531,7 +531,7 @@ def main(*,
|
||||
)
|
||||
|
||||
if install:
|
||||
build_run(f"\"{venv_python}\" -m pip install -e .[devel]")
|
||||
build_run(f"\"{sys.executable}\" -m pip install -e .[devel]")
|
||||
|
||||
|
||||
def add_arguments(parser: ArgumentParser):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user