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-11-03 18:41:32 +09:00
bin Fix list-all 2016-08-30 15:28:44 +09:00
shims Fix passing arguments to python CLI 2016-11-03 18:41:32 +09:00
.travis.yml Update .travis.yml 2016-06-16 13:34:29 -05:00
README.md Make asdf-python a wrapper of python-build 2016-08-30 15:25:56 +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.

Under the hood, asdf-python uses python-build to build and install Python, check its README for more information about build options.