handlers: add pipx

This commit is contained in:
xeruf 2024-07-13 18:15:32 +03:00
parent 1fb5514812
commit 0466b87b84
3 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh -e #!/bin/sh
pip install "$@" pip install "$@"

2
handlers/pip/install_pipx Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
pipx install --force "$@"

View File