MacPorts automake and python
Adam Mercer
ram at macports.org
Thu Mar 20 14:57:09 PDT 2014
On Thu, Mar 20, 2014 at 4:01 PM, Sean Farley <sean at macports.org> wrote:
> Before: my project installed into /path/foo/a
> After: my project installed into /path/foo/b
Got you, if I configured using: ./configure --prefix=$HOME/opt
the the Python modules would be installed in:
$HOME/opt/lib/python2.7/site-packages
After the change it wants to install them in:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/
Cheers
Adam
More information about the macports-dev
mailing list