We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03bcf7 commit 2d01821Copy full SHA for 2d01821
ci/ciimage/common.sh
@@ -39,11 +39,11 @@ dub_fetch() {
39
}
40
41
install_minimal_python_packages() {
42
- rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED
+ rm -f /usr/lib*/python3.*/EXTERNALLY-MANAGED
43
python3 -m pip install "${base_python_pkgs[@]}" $*
44
45
46
install_python_packages() {
47
48
python3 -m pip install "${base_python_pkgs[@]}" "${python_pkgs[@]}" $*
49
0 commit comments