mirror of
https://github.com/python/cpython.git
synced 2025-11-17 01:25:57 +00:00
Issue #16015: Merge and update from 3.2.
This commit is contained in:
commit
dbe508870f
1 changed files with 5 additions and 3 deletions
|
|
@ -12,7 +12,9 @@ Invoking the Interpreter
|
||||||
|
|
||||||
The Python interpreter is usually installed as :file:`/usr/local/bin/python3.3`
|
The Python interpreter is usually installed as :file:`/usr/local/bin/python3.3`
|
||||||
on those machines where it is available; putting :file:`/usr/local/bin` in your
|
on those machines where it is available; putting :file:`/usr/local/bin` in your
|
||||||
Unix shell's search path makes it possible to start it by typing the command ::
|
Unix shell's search path makes it possible to start it by typing the command:
|
||||||
|
|
||||||
|
.. code-block:: text
|
||||||
|
|
||||||
python3.3
|
python3.3
|
||||||
|
|
||||||
|
|
@ -94,8 +96,8 @@ prints a welcome message stating its version number and a copyright notice
|
||||||
before printing the first prompt::
|
before printing the first prompt::
|
||||||
|
|
||||||
$ python3.3
|
$ python3.3
|
||||||
Python 3.3 (py3k, Sep 12 2007, 12:21:02)
|
Python 3.3 (default, Sep 24 2012, 09:25:04)
|
||||||
[GCC 3.4.6 20060404 (Red Hat 3.4.6-8)] on linux2
|
[GCC 4.6.3] on linux2
|
||||||
Type "help", "copyright", "credits" or "license" for more information.
|
Type "help", "copyright", "credits" or "license" for more information.
|
||||||
>>>
|
>>>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue