I'd recommend writing a virtualenv plugin that configures https://virtualenv.pypa.io/en/latest/extend.html#virtualenv.discovery.discover.Discover
Overriding the interpreter install path here: https://github.com/pypa/virtualenv/blob/6f8fb11aed7c05a535c30040ce314ae5eec1dcc7/src/virtualenv/create/describe.py#L27 And see what you can make work and what doesn't work _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/G4KCMMEMIFHGBWDV7RXDQWHST4ZXSSMC/ Code of Conduct: http://python.org/psf/codeofconduct/
