Skip to content

Commit

Permalink
fix(python): pip should go away and be replaced by uv
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Aug 30, 2024
1 parent cb48f3c commit 7596916
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion install/darwin_amd64/icdiff
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/dash -e
$RUN pip3 install --user -U "git+https://github.com/jeffkaufman/icdiff.git"
$RUN pip3 install --break-system-packages --user -U "git+https://github.com/jeffkaufman/icdiff.git"
2 changes: 1 addition & 1 deletion install/darwin_amd64/powerline-status
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/dash -e
$RUN pip3 install --user -U "$NAME"
$RUN pip3 install --break-system-packages --user -U "$NAME"
$RUN /bin/dash -c "mkdir -p $HOME/.bin && ln -sf /bin/dash $HOME/.bin/$NAME"
2 changes: 1 addition & 1 deletion install/darwin_amd64/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/dash -e
$RUN pip3 install --user -U "$NAME"
$RUN pip3 install --break-system-packages --user -U "$NAME"
2 changes: 1 addition & 1 deletion install/darwin_arm64/powerline-status
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/dash -e
$RUN pip3 install --user -U "$NAME"
$RUN pip3 install --break-system-packages --user -U "$NAME"
$RUN /bin/dash -c "mkdir -p $HOME/.bin && ln -sf /bin/dash $HOME/.bin/$NAME"
2 changes: 1 addition & 1 deletion install/darwin_arm64/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/dash -e
$RUN pip3 install --user -U "$NAME"
$RUN pip3 install --break-system-packages --user -U "$NAME"
2 changes: 1 addition & 1 deletion install/linux_amd64/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/dash -e
$RUN pip3 install --user -U "$NAME"
$RUN pip3 install --break-system-packages --user -U "$NAME"

0 comments on commit 7596916

Please sign in to comment.