handlers: add pipx
This commit is contained in:
parent
1fb5514812
commit
0466b87b84
3 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh -e
|
||||
#!/bin/sh
|
||||
pip install "$@"
|
||||
|
|
2
handlers/pip/install_pipx
Executable file
2
handlers/pip/install_pipx
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
pipx install --force "$@"
|
0
packages/qobuz-dl/pip_pipx
Normal file
0
packages/qobuz-dl/pip_pipx
Normal file
Loading…
Add table
Reference in a new issue