You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2020. It is now read-only.
Is there a way to pass optional command line parameters into boxparts when installing?
For example; if I wanted to install mod_wsgi and use python3; can I setup a boxpart so I can do something like: parts install apache2_mod_wsgi --with-python=/usr/bin/python3
where the optional parameter would be passed into the ./configure part of the installation.
I'm asking partly because I'm wondering if I should try and augment the current boxpart (and update it), or if I should just make a new boxpart that is specifically for python3.