python3
This commit is contained in:
parent
1b466b38aa
commit
6ffffda704
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ for version in "os" "3.12" "3.11" "3.10"; do
|
|||
|
||||
sub="${root}/${version}"
|
||||
|
||||
python -m pip \
|
||||
python3 -m pip \
|
||||
download \
|
||||
--dest "${sub}" \
|
||||
"${@}"
|
||||
|
|
Loading…
Reference in a new issue