Re: non-interactive make
[email protected] (Stefan Seifert) Tue, 04 Feb 2014 08:12:19 +0100
| Newsgroups | perl.inline |
|---|---|
| Message-ID | <5592726.lXUz4MgP0l@sphinx> |
On Monday 03 February 2014 12:38:43 Jean Connelly wrote:
> Related to Linda's question, what environment variables or make
> variables do I need to set to install Inline *without* Inline::C and
> to specify a python for Inline::Python to do both of these make /
> installs non-interactively?
I just committed some improvements to Inline::Python's Makefile.PL:
Allow non-interactive installation in Makefile.PL
Support the INLINE_PYTHON_EXECUTABLE environment variable for selecting
the python executable.
If Makefile.PL can only find one python executable, it auto-selects it.
Could you please test the current git version and see if this fits your use
case?
https://github.com/niner/inline-python-pm/
Regards,
Stefan