24 Apr
2008
24 Apr
'08
6:10 p.m.
On Donnerstag 24 April 2008, Phillip J. Eby wrote:
If you're not using the distutils-compatible mode, then do this:
python setup.py bdist_egg sudo python setup.py easy_install dist/projectname-version-whatever.egg
To separate the build and install steps.
Thank you! :) Andreas