From 7b3c8a1422be4e2d7bc5e59779071432ef57c1cb Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 8 Sep 1992 09:20:13 +0000 Subject: Added hint about changing the prompt in $PYTHONSTARTUP --- Doc/tut.tex | 2 ++ Doc/tut/tut.tex | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Doc/tut.tex b/Doc/tut.tex index f86fc39..84b5333 100644 --- a/Doc/tut.tex +++ b/Doc/tut.tex @@ -302,6 +302,8 @@ explicit source of commands (which otherwise behaves like an interactive session). It is executed in the same name space where interactive commands are executed, so that objects that it defines or imports can be used without qualification in the interactive session. +You can also change the prompts {\tt sys.ps1} and {\tt sys.ps2} in +this file. If you want to read an additional start-up file from the current directory, you can program this in the global start-up file, e.g. diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index f86fc39..84b5333 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -302,6 +302,8 @@ explicit source of commands (which otherwise behaves like an interactive session). It is executed in the same name space where interactive commands are executed, so that objects that it defines or imports can be used without qualification in the interactive session. +You can also change the prompts {\tt sys.ps1} and {\tt sys.ps2} in +this file. If you want to read an additional start-up file from the current directory, you can program this in the global start-up file, e.g. -- cgit v0.12