Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/tutorial/interactive.rst

    r2 r391  
    124124   #
    125125   # 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.
     126   # to it:  "export PYTHONSTARTUP=~/.pystartup" in bash.
    130127
    131128   import atexit
     
    160157
    161158One alternative enhanced interactive interpreter that has been around for quite
    162 some time is `IPython`_, which features tab completion, object exploration and
     159some time is IPython_, which features tab completion, object exploration and
    163160advanced history management.  It can also be thoroughly customized and embedded
    164161into other applications.  Another similar enhanced interactive environment is
    165 `bpython`_.
     162bpython_.
    166163
    167164
     
    170167.. [#] Python will execute the contents of a file identified by the
    171168   :envvar:`PYTHONSTARTUP` environment variable when you start an interactive
    172    interpreter.
     169   interpreter.  To customize Python even for non-interactive mode, see
     170   :ref:`tut-customize`.
    173171
    174172
Note: See TracChangeset for help on using the changeset viewer.