Go to file
2016-07-01 16:42:05 +09:00
bin Support ASDF_CONCURRENCY 2016-07-01 16:42:05 +09:00
shims Fixes asdf-exec path 2016-06-15 16:53:39 -05:00
.travis.yml Update .travis.yml 2016-06-16 13:34:29 -05:00
README.md Add badge to README 2016-06-12 16:59:01 +09:00

asdf-python

Build Status

Python plugin for asdf version manager

Install

asdf plugin-add python https://github.com/tuvistavie/asdf-python.git

Use

Check asdf readme for instructions on how to install & manage versions of Python.

When installing Python using asdf install, you can pass custom configure options with the following env vars:

  • PYTHON_CONFIGURE_OPTIONS - use only your configure options
  • PYTHON_EXTRA_CONFIGURE_OPTIONS - append these configure options along with ones that this plugin already uses