charm
charm copied to clipboard
Source build/install
When doing a source build setup.py provides an easy-install.pth (path file) that points to charm crypto and distribute. This is fine, but on an actual dev box... this might already be in use and we aren't in the business of overwriting/appending that file. My solution in the windows installer is to add a charm.pth file with the line: ./charm-crypto-{version}-py{version}-win32.egg.
I think(emphasis on think, im looking into it right now) that setup.py manages easy-install.pth of all setup.py/easyinstall/distribute handled projects. So we should be fine
That'd be awesome if it does, thanks for looking into it!
Sent from my iPhone
On Aug 20, 2012, at 12:59 AM, Ian Miers [email protected] wrote:
I think(emphasis on think, im looking into it right now) that setup.py manages easy-install.pth of all setup.py/easyinstall/distribute handled projects. So we should be fine
— Reply to this email directly or view it on GitHub.