Kaydet (Commit) 7b3c8a14 authored tarafından Guido van Rossum's avatar Guido van Rossum

Added hint about changing the prompt in $PYTHONSTARTUP

üst aee08794
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment