Is your feature request related to a problem? Please describe.
I'd love to use asdf-pyapp with virtme-ng
According to the readme, if I want to build the fast init extension, I need to set BUILD_VIRTME_NG_INIT=1
Describe the solution you'd like
It would be great if something like
ASDF_PYAPP_INSTALL_MY_ARG=1 asdf plugin add my-app
translated into MY_ARG=1 pip install my-app
Is your feature request related to a problem? Please describe.
I'd love to use asdf-pyapp with virtme-ng
According to the readme, if I want to build the fast init extension, I need to set
BUILD_VIRTME_NG_INIT=1Describe the solution you'd like
It would be great if something like
ASDF_PYAPP_INSTALL_MY_ARG=1 asdf plugin add my-apptranslated into
MY_ARG=1 pip install my-app