Skip to content

Commit

Permalink
pip install --user. Solving #7040
Browse files Browse the repository at this point in the history
  • Loading branch information
netcrop committed Oct 18, 2019
1 parent 5dc91dd commit f2ec837
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/linux_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ elif grep ID /etc/os-release | grep -q 'arch\|manjaro'; then
gcc \
git \
python \
python-pip \
unzip \
wget \
zip
Expand Down Expand Up @@ -213,4 +214,4 @@ else
fi

# Global install tasks
pip3 install -r ${util_dir}/../requirements.txt
pip3 install --user -r ${util_dir}/../requirements.txt

0 comments on commit f2ec837

Please sign in to comment.