yozachar / asdf-pipx

@pypa /pipx plugin for @asdf-vm /asdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-pipx Build Lint

pipx plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl: generic POSIX utilities.
  • python>=3.7: Python and some dependencies
    • argcomplete>=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

Install

Plugin:

asdf plugin add pipx
# or
asdf plugin add pipx https://github.com/joe733/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!

License

See LICENSE © Jovial Joe Jayarson

About

@pypa /pipx plugin for @asdf-vm /asdf

License:MIT License


Languages

Language:Shell 100.0%