Skip to content

Commit 3786523

Browse files
committed
Fix: Fix module name pip3 to pip
1 parent 5e3aafd commit 3786523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyperf/pyperf_run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ pip3_install()
137137
return
138138
fi
139139

140-
$python_exec -m pip3 --version
140+
$python_exec -m pip --version
141141
if [ $? -ne 0 ]; then
142142
if [ $install_pip -eq 1 ]; then
143143
$python_exec -m ensurepip || exit_out "Failed to install pip." 1

0 commit comments

Comments
 (0)