mirror of https://github.com/python/cpython
Added hint about changing the prompt in $PYTHONSTARTUP
This commit is contained in:
parent
aee087946d
commit
7b3c8a1422
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue