![](https://secure.gravatar.com/avatar/592e0c207bd3240b34eb4898f56a6a39.jpg?s=120&d=mm&r=g)
June 30, 2003
12:12 p.m.
I'd like to give the user control over where the files get installed. It looks like distutils installs into site-packages by default, and there's no way to override it. The UI shows the destination directory in a box that looks like it should be editable, but it isn't. If you run setup.py install, you can pass a --home that affects where files are installed. I'm looking for something similar on Windows. Jeremy