asdf-pipx [](https://github.com/yozachar/asdf-pipx/actions/workflows/build.yml) [](https://github.com/yozachar/asdf-pipx/actions/workflows/lint.yml)
April 16, 2024 · View on GitHub
asdf-pipx

pipx plugin for the asdf version manager.
Contents
Dependencies
bash,curl: generic POSIX utilities.python>=3.7: Python and some dependenciesargcomplete>=1.9.4colorama>=0.4.4; sys_platform == 'win32'importlib-metadata>=3.3.0; python_version < '3.8'packaging>=20.0platformdirs>=2.1.0userpath>=1.6.0
Install
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.
Contributing
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!