File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ set "venv_dir=%script_dir%venv"
66
77if not exist " %venv_dir% " (
88 python3 -m venv " %venv_dir% "
9- " %venv_dir% \Scripts\python3 " -m pip --require-virtualenv install --upgrade pip build
9+ " %venv_dir% \Scripts\python " -m pip --require-virtualenv install --upgrade pip build
1010)
1111
12- " %venv_dir% \Scripts\python3 " %*
12+ " %venv_dir% \Scripts\python " %*
1313
1414endlocal
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ venv_dir="$script_dir/venv"
66
77if [[ ! -d " $venv_dir " ]]; then
88 python3 -m venv " $venv_dir "
9- " $venv_dir /bin/python3 " -m pip --require-virtualenv install --upgrade pip build
9+ " $venv_dir /bin/python " -m pip --require-virtualenv install --upgrade pip build
1010fi
1111
12- " $venv_dir /bin/python3 " " $@ "
12+ " $venv_dir /bin/python " " $@ "
You can’t perform that action at this time.
0 commit comments