Use Python's built-in replacements to avoid errors when using virtual environments

This commit is contained in:
Hoang Hong Quan
2024-08-07 16:34:43 +07:00
parent b19514e64a
commit f6987b1e7a
6 changed files with 95 additions and 120 deletions
-1
View File
@@ -286,7 +286,6 @@ main() {
return 1
fi
# Found it - start our script and pass all args
"$python" -m pip install -r "$dir/requirements.txt"
"$python" "$dir/$target" "${args[@]}"
}