Skip to content

Commit 1c11004

Browse files
author
Dirk Petersen
committed
pip install on Python >=3.12
1 parent cc02023 commit 1c11004

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
@@ -279,7 +279,7 @@ install_pipx() {
279279

280280
echo -e "\nInstalling pipx..."
281281

282-
python3 -m pip install pipx >/dev/null 2>&1
282+
python3 -m pip install --user pipx >/dev/null 2>&1 || python3 -m pip install --user --break-system-packages pipx >/dev/null 2>&1
283283

284284
# ensure path for pipx
285285
pipx_version=$(python3 -m pipx --version 2> /dev/null)

0 commit comments

Comments
 (0)