New issue 195: Document how to define/override the virtualenv path https://bitbucket.org/hpk42/tox/issue/195/document-how-to-define-override-the
Eric Higgins: Virtualenv [supports custom bootstrap scripts](http://virtualenv.readthedocs.org/en/latest/virtualenv.html#creating-your-own-bootstrap-scripts) which extend the virtualenv library and replaces $ virtualenv ENV with $ ./virtualenv.boostrap.py ENV The documentation for tox does not make it clear how to override the path to `virtualenv`, which would allow these bootstrap scripts to be called instead. Additional reading: - http://mindtrove.info/virtualenv-bootstrapping/ _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit