> One important
> thing to note is where the Framework goes.  It will be installed in
> $SAGE_LOCAL/Frameworks.  The bin and lib directories (where
> executables and site-packages) end up will be subdirectories of this.
> You will probably need to point PATH to something like
> $SAGE_LOCAL/Frameworks/Current/bin.

My sage-env script (of somewhere else) had this:

# For a framework Python build on OS X, Python's bin directory is not local/bin
if [ `uname` = "Darwin" ]; then
    PATH="$SAGE_LOCAL/Frameworks/Python.framework/Versions/2.5/bin:$PATH"
&& export PATH
fi


Cheers,

Brian

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to