]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add python-pip as package dependency for archlinux (#7041)
authorYang Li <netcrop@users.noreply.github.com>
Sat, 19 Oct 2019 00:22:54 +0000 (08:22 +0800)
committerDrashna Jaelre <drashna@live.com>
Sat, 19 Oct 2019 00:22:54 +0000 (17:22 -0700)
util/linux_install.sh

index dca0110a5de0b31c609717cfd076f3e645ef4252..c54a8062341c0d6b5f0f8796c01770c70d97e651 100755 (executable)
@@ -77,6 +77,7 @@ elif grep ID /etc/os-release | grep -q 'arch\|manjaro'; then
                gcc \
                git \
                python \
+               python-pip \
                unzip \
                wget \
                zip
@@ -213,4 +214,4 @@ else
 fi
 
 # Global install tasks
-pip3 install -r ${util_dir}/../requirements.txt
+pip3 install --user -r ${util_dir}/../requirements.txt