On Sep 23, 8:14 am, "Dr. David Kirkby" <david.kir...@onetel.net> wrote: > Readline is a package which has no dependences other than BASE (see > $SAGE_ROOT/spkg/standard/deps). So it can be built very early - before Python. > > This is part of the log from a successful installation of readline. > > ================================================================= > -bash-4.1$ tail spkg/logs/readline-6.0.p2.log > make[2]: Leaving directory > `/home/users/drkirkby/sage-4.6.alpha1/spkg/build/readline-6.0.p2/src' > > real 8m1.326s > user 4m33.895s > sys 0m50.145s > Successfully installed readline-6.0.p2 > Now cleaning up tmp files. > Making Sage/Python scripts relocatable... > python: No such file or directory > Finished installing readline-6.0.p2.spkg > ================================================================== > > Notice two of the last last 3 lines above say > > Making Sage/Python scripts relocatable... > python: No such file or directory
This is from the script sage-spkg: echo "Making Sage/Python scripts relocatable..." cd "$SAGE_LOCAL"/bin ./sage-make_relative Then sage-make_relative is a python script. Maybe this part of the script should test for python's existence first, and if it's there, run it. Or test for the existence of both local/bin/python/... and python? -- John -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org