I&#39;m having some trouble building an egg..<div><br></div><div><div># cat setup.py </div><div>#!/usr/bin/env python</div><div><br></div><div>import os</div><div>from glob import glob</div><div><b>from setuptools import setup </b></div>
<div><br></div><div><br></div><div><div># cat setup.cfg </div><div>[install]</div><div>prefix = /raid/mycoolnewsoftware</div><div>install-lib = %(prefix)s/webapp</div><div><br></div><div>then I run </div><div><br>#python2.6 setup.py bdist_egg</div>
<div>#locate webapp</div><div>/usr/lib/python2.6/site-packages/mycoolnewsoftware.egg/webapp/</div><div><br></div><div><div>This builds the egg successfully but the prefix I stated in setup.cfg is not being used?</div></div>
<div><br></div><div>Their has to be a simple solution to this, all I want is to change the install prefix but I cant seem to find the switch (if their is one) in the docs.. I am the first to admit i don&#39;t know diddly squat about python packaging.</div>
<div><br></div><div><br></div>-- <br><b><i>- Shawn Taaj</i></b><br>
</div></div>