On Dec 10, 3:17 pm, "Justin C. Walker" <[EMAIL PROTECTED]> wrote: > FWIW, it appears that 'sage -sh' isn't doing the job I think it should: > > $ echo $PATH > .:/usr/texbin:/Users/justin/bin:/usr/local/bin:/bin: ... > > $ ./sage -sh > Starting subshell with Sage environment variables set: > $ echo $PATH > .:/usr/texbin:/Users/justin/bin:/usr/local/bin:/bin: ... > $ exit > Exited Sage subshell. > > The PATH variable is the same before and after invoking the shell. > Shouldn't "$SAGE_ROOT/local/bin" be in there?
This does work for me: [EMAIL PROTECTED]:~/sage-2.9.alpha4$ echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games [EMAIL PROTECTED]:~/sage-2.9.alpha4$ ./sage -sh Starting subshell with Sage environment variables set: [EMAIL PROTECTED]:~/sage-2.9.alpha4$ echo $PATH /home/cwitty/sage-2.9.alpha4:/home/cwitty/sage-2.9.alpha4/local/bin:/ usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games Maybe you have a .bashrc, .zshrc, or similar file that explicitly sets $PATH? If you try the following test, do you see the modified PATH in the subshell? [EMAIL PROTECTED]:~$ export PATH=/some_random_directory:$PATH [EMAIL PROTECTED]:~$ $SHELL [EMAIL PROTECTED]:~$ echo $PATH Carl --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---