> drkirkby@hawk:~$ echo fred | digest -a md5
> 08b622ddf7eb7c8e44cdb3bd6362f966
> drkirkby@hawk:~$
>
> with something like
>
> sage --password_hash=08b622ddf7eb7c8e44cdb3bd6362f966
An Expect script could do the job and avoid the command-line (ps)
issue.
Aside: If /bin/echo is evaluated instead of
On Feb 4, 6:38 am, Mate Kosor wrote:
> I am trying to build Sage 4.6.1. on Ubuntu 10.10 notebook with
> Intel(R) Core(TM) i5 CPU M 430 @ 2.27GHz.
> I installed all prerequisites, and did
> export MAKE="make -j5"
> export SAGE_CHECK="yes"
> make
> [...]
Aside: This probably won't make any differe