Force userspace installation of python3 packages.

master
Icedream 2018-08-07 10:24:18 +02:00
parent 7508a7599f
commit 2c78ff0816
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ yaourt_install() {
} }
pip3_install() { pip3_install() {
pip3 install --user -U "$@" pip3 install --ignore-installed --user -U "$@"
} }
download() { download() {