python3
This commit is contained in:
parent
37277d1dc2
commit
ab6f9667b1
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ for version in "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