Skip to content

Commit e7e26fe

Browse files
Fix stray pip user install (#934)
1 parent 1709ece commit e7e26fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_locally.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fi
4141
# Install dependencies, unless argument says to skip
4242
if ! have_noinstall "$@"; then
4343
sudo apt-get install -y doxygen graphviz
44-
pip3 install --user --upgrade -r requirements.txt
44+
pip3 install --upgrade -r requirements.txt
4545
fi
4646

4747
# A fresh build is required because changes to some components such as css files does not rebuilt currently

0 commit comments

Comments
 (0)