this PR allows you to install python via `asdf install python 3.10` or
`asdf install python 3`. It will then install the latest version
starting with that prefix.
It will add an alias in ~/.asdf/installs/python so you can have a
.tool-versions file like the following:
```
python 3.10
```