Using Poetry to make the greater good.
- Install asdf
Install the Python plugin for asdf:
$❯ asdf plugin add python
$❯ asdf install python 3.13.0
$❯ asdf global python 3.13.0You should see this:
$❯ python --version
Python 3.13.0- Install Poetry
$❯ asdf plugin add poetry
$❯ asdf install poetry 1.8.4
$❯ asdf global poetry 1.8.4You should see this:
$❯ poetry --version
Poetry (version 1.8.4)Now you're ready to do the things. Remember, as Uncle Joe said, with great power comes great responsibility.
Go read the docs. They're good.