Hi there,

We are running:

python setup.py install  --single-version-externally-managed

in order to package an egg in a .deb.

However, we run this inside a virtualenv environment, which means that
all scripts generated by setuptools start with:

#!/path/to/python/in/virtualenv

I see that sys.executable is used for generating this line.  Is there
any way to override it, similarly to how you can override the
installation directory with --prefix?

Regards
- Iwan

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to