-
-
Notifications
You must be signed in to change notification settings - Fork 704
Closed
Description
We used to have:
[jaap@paix sage-3.1.1]$ ./sage -sh
Starting subshell with Sage environment variables set.
Be sure to exit when you are done and do not do anything
with other copies of Sage!
Sage subshell$ exit
exit
Exited Sage subshell.
[jaap@paix sage-3.1.1]$
But in sage-3.2:
[jaap@paix sage-3.2]$ ./sage -sh
Starting subshell with Sage environment variables set.
Be sure to exit when you are done and do not do anything
with other copies of Sage!
[jaap@paix sage-3.2]$
I've been bitten by this once more!
Jaap
Component: user interface
Author: Mariah Lenox
Reviewer: Mike Hansen
Merged: sage-4.2.1.final
Issue created by migration from https://trac.sagemath.org/ticket/4644