pypa/virtualenv

Why is the Python executable installed in Scripts directory on Windows

Closed this issue · 3 comments

qris commented

Why is the directory called "scripts" on Windows and "bin" on everything else?

To follow the convention of Python on Windows which puts the binaries in a Scripts dir, AFAIK.

qris commented

Oh great, so I have Python to blame for this insanity :) thanks

Yes, if virtualenv doesn't follow the platform conventions (which are encoded into the distutils install schemes), then everything breaks.