We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20c571 commit b25c0e2Copy full SHA for b25c0e2
1 file changed
pyperf/pyperf_run
@@ -354,13 +354,13 @@ if [[ $to_no_pkg_install -eq 0 ]]; then
354
exit_out "Unsupported python binary $python_bin_name, exiting" 1
355
fi
356
357
- $TOOLS_BIN/package_tool --wrapper_config $python_dep_file
+ package_tool --wrapper_config $python_dep_file
358
359
if [[ $? -ne 0 ]]; then
360
exit_out "Error installing needed python dependencies" 1
361
362
363
- $TOOLS_BIN/package_tool --wrapper_config $base_dir/../pyperf.json $pkg_list --pip_packages "pyperformance==$PYPERF_VERSION"
+ package_tool --wrapper_config $base_dir/../pyperf.json $pkg_list --pip_packages "pyperformance==$PYPERF_VERSION"
364
365
366
exit_out "Error installing system packages" 1
0 commit comments