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.
bin | ||
shims | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md |
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. 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.