pipx plugin for the asdf version manager.
bash
,curl
: generic POSIX utilities.python>=3.7
: Python and some dependenciesargcomplete>=1.9.4
colorama>=0.4.4; sys_platform == 'win32'
importlib-metadata>=3.3.0; python_version < '3.8'
packaging>=20.0
platformdirs>=2.1.0
userpath>=1.6.0
Plugin:
asdf plugin add pipx
# or
asdf plugin add pipx https://github.com/yozachar/asdf-pipx.git
pipx:
# Show all installable versions
asdf list-all pipx
# Install specific version
asdf install pipx latest
# Set a version globally (on your ~/.tool-versions file)
asdf global pipx latest
# Now pipx commands are available
pipx --version
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.