On Fri, 2018-03-23 at 01:22 +0100, Maren Hachmann wrote:
- Btw. as far as I understand, our Windows versions come with pip as
part of the python installation, to facilitate installing extension
dependencies (Eduard will know more about this). Doesn't look like a
virtualenv to me, though.
Pip may be all that's required, you don't need virtualenv to have a
custom prefix:
https://stackoverflow.com/questions/2915471/install-a-python-package-in
to-a-different-directory-using-pip
I believe this eliminates one of the problems, no extra deps (on
windows at least) and removing binaries from the conf.
Martin,