[Python-Dev] Adding a token

Ivan Krstić krstic at solarsail.hcs.harvard.edu
Sun Aug 8 07:43:32 CEST 2010


On Aug 7, 2010, at 9:15 PM, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
> Does anyone know if there's a way to tell Apple's linker to
> use a framework from a specific location and not go looking
> anywhere else?

$ DYLD_FRAMEWORK_PATH=<path> <command>

See dyld(1) for other relevant magic. 

Cheers,

--
Ivan Krstić, via mobile
> 


More information about the Python-Dev mailing list