This may be a bizarre use case/desire. With setup.py
I can use the scripts parameter in the setup call to have it install some scripts, easy peasy. However, I plan on installing my application within a virtualenv, and I want my scripts to use the virtualenv python - not the default system install.
How can I do this?