725 B
725 B
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 optionsPYTHON_EXTRA_CONFIGURE_OPTIONS
- append these configure options along with ones that this plugin already uses