Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcf502 commit a464d4eCopy full SHA for a464d4e
1 file changed
Doc/tutorial/interactive.rst
@@ -123,10 +123,7 @@ interpreter. ::
123
# bound to the Esc key by default (you can change it - see readline docs).
124
#
125
# Store the file in ~/.pystartup, and set an environment variable to point
126
- # to it: "export PYTHONSTARTUP=/home/user/.pystartup" in bash.
127
- #
128
- # Note that PYTHONSTARTUP does *not* expand "~", so you have to put in the
129
- # full path to your home directory.
+ # to it: "export PYTHONSTARTUP=~/.pystartup" in bash.
130
131
import atexit
132
import os
0 commit comments