I'm using virtualenv
to maintain a Python installation on Windows.
I want to install the popular PIL
module, which comes as .exe
. I run the .exe
installer, but it tries to install to the regular Python folder and it doesn't give me any opportunity to change to the virtual environment.
What can I do?