mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Use Python's built-in replacements to avoid errors when using virtual environments
This commit is contained in:
@@ -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[@]}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user