Python plugin for the asdf version manager Forked from https://github.com/asdf-community/asdf-python Adds PYTHON_CONFIGURE_OPTS="--enable-shared" when building to create a shared python library.
Find a file
2016-05-13 15:53:24 +09:00
bin Fix list-all. 2016-05-13 15:53:24 +09:00
shims Fix script to run python. 2016-04-25 19:04:45 +09:00
README.md Initial commit. 2016-04-24 18:32:50 +09:00

asdf-python

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