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
Daniel Perez 9d2391c2b0
Merge pull request #30 from neersighted/master
Remove deprecated version parser; refactors
2018-04-14 10:26:41 +09:00
bin Remove deprecated version parser; refactor to add quotes and remove useless code 2018-04-13 16:26:06 -06:00
.gitignore Avoid redownloading python-build, use asdf_dir instead of hard-coded path, close #11 2017-01-22 18:31:29 +09:00
.travis.yml Update .travis.yml 2016-06-16 13:34:29 -05:00
LICENSE Add LICENSE 2017-03-27 09:04:39 -07:00
README.md Add link to pyenv common build problems in README 2017-10-22 12:28:22 -05: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. Please make sure you have the required system dependencies installed before trying to install Python.

Under the hood, asdf-python uses python-build to build and install Python, check its README for more information about build options and the common build problems wiki page for any issues encountered during installation of python versions.