Hi there!
asdf plugin-add python https://github.com/tuvistavie/asdf-python.git
asdf install python 2.7.9
asdf local python 2.7.9
asdf reshim python 2.7.9
python -v
Produces:
/home/john/.asdf/installs/python/2.7.9/bin/python2.7: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
I'm sticking to using Arch's python, python-pip, python2, and python2-pip packages for now but I'd like to use asdf instead.
I'm not sure what other info you might need so let me know!