This commit is contained in:
andreika-git 2022-04-08 15:52:34 +03:00
parent 8323062082
commit cd31fe514f
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ function check_library {
}
function install_pip3 {
pip3installer="https://bootstrap.pypa.io/pip/3.6/get-pip.py"
pip3installer="https://bootstrap.pypa.io/pip/get-pip.py"
dst="/tmp/get-pip.py"
download_url $pip3installer $dst
$python_bin $dst