Force userspace installation of python3 packages.
parent
7508a7599f
commit
2c78ff0816
|
@ -37,7 +37,7 @@ yaourt_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
pip3_install() {
|
pip3_install() {
|
||||||
pip3 install --user -U "$@"
|
pip3 install --ignore-installed --user -U "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
download() {
|
download() {
|
||||||
|
|
Loading…
Reference in New Issue