<div dir="ltr">My package&#39;s Jython launcher is not trivial -- it sets up some environment variables, some system properties, and then runs the Jython 2.7 jar, like so:<div><br></div><div>PYTHONPATH=... ENV_VAR=... $BIN/java -Dsomestuff $LIB/jython.jar -c &quot;import _pytest.config; _pytest.config.main()&quot;</div><div><br></div><div>When I try use xdist, though, the xdist gateway tries to start the Jython process for the remote by executing just $LIB/jython.jar, which does not work. Is there any way I can control the xdist plugin&#39;s executable for the gateway process?<br><div><div><br></div>-- <br><div class="gmail_signature">Chris R.<br>======<br>Not to be taken literally, internally, or seriously.<br>Twitter: <a href="http://twitter.com/offby1" target="_blank">http://twitter.com/offby1</a></div>
</div></div></div>