Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b3c8a1

Browse files
committed
Added hint about changing the prompt in $PYTHONSTARTUP
1 parent aee0879 commit 7b3c8a1

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/tut.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ \subsection{The Interactive Startup File}
302302
interactive session). It is executed in the same name space where
303303
interactive commands are executed, so that objects that it defines or
304304
imports can be used without qualification in the interactive session.
305+
You can also change the prompts {\tt sys.ps1} and {\tt sys.ps2} in
306+
this file.
305307

306308
If you want to read an additional start-up file from the current
307309
directory, you can program this in the global start-up file, e.g.

Doc/tut/tut.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ \subsection{The Interactive Startup File}
302302
interactive session). It is executed in the same name space where
303303
interactive commands are executed, so that objects that it defines or
304304
imports can be used without qualification in the interactive session.
305+
You can also change the prompts {\tt sys.ps1} and {\tt sys.ps2} in
306+
this file.
305307

306308
If you want to read an additional start-up file from the current
307309
directory, you can program this in the global start-up file, e.g.

0 commit comments

Comments
 (0)