Skip to content

Commit 86803cd

Browse files
author
Victor Machado
committed
avoid --user flag when installing pipx in .venv
1 parent 4c6f8d2 commit 86803cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ install_pipx() {
292292

293293
# Install or upgrade pipx
294294
echo " Installing pipx via pip"
295-
python3 -m pip install --user --upgrade pipx >/dev/null 2>&1
295+
python3 -m pip install --upgrade pipx >/dev/null 2>&1
296296

297297
# Ensure path for pipx
298298
echo " Ensuring path for pipx"

0 commit comments

Comments
 (0)