From: Guido van Rossum Date: Tue, 8 Sep 1992 09:20:13 +0000 (+0000) Subject: Added hint about changing the prompt in $PYTHONSTARTUP X-Git-Tag: v0.9.8~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b3c8a1422be4e2d7bc5e59779071432ef57c1cb;p=thirdparty%2FPython%2Fcpython.git Added hint about changing the prompt in $PYTHONSTARTUP --- diff --git a/Doc/tut.tex b/Doc/tut.tex index f86fc39d26c2..84b5333ec672 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 f86fc39d26c2..84b5333ec672 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.