Commit graph

10 commits

Author SHA1 Message Date
Daniel Perez
daa7d6ee57
Revert "added major/minor shorthands" 2022-08-22 14:15:33 +09:00
Jeff Dickey
3c2bb7b8a1
added major/minor shorthands
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
```
2022-07-28 20:27:55 -05:00
Daniel Perez
c7a4d5d5c5 Add logic to update pyenv every hour 2018-07-14 11:40:07 +09:00
Bjorn Neergaard
7daf896739 Remove deprecated version parser; refactor to add quotes and remove useless code 2018-04-13 16:26:06 -06:00
Daniel Perez
331e65d419 Avoid redownloading python-build, use asdf_dir instead of hard-coded path, close #11 2017-01-22 18:31:29 +09:00
Daniel Perez
c4f49e5c2b Fix list-all 2016-08-30 15:28:44 +09:00
Daniel Perez
286cfcd5fe Make asdf-python a wrapper of python-build 2016-08-30 15:25:56 +09:00
Daniel Perez
f5d9d07111 Update list-all. 2016-05-14 11:36:56 +09:00
Daniel Perez
01f4b2bd2a Fix list-all. 2016-05-13 15:53:24 +09:00
Daniel Perez
2fc0fe7590 Initial commit. 2016-04-24 18:32:50 +09:00