Update the python version in the interpreter tutorial.

This commit is contained in:
Ezio Melotti 2010-04-20 09:41:59 +00:00
parent 7afd3f532d
commit 7e5b8892ce
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ Executable Python Scripts
On BSD'ish Unix systems, Python scripts can be made directly executable, like
shell scripts, by putting the line ::
#! /usr/bin/env python3.1
#! /usr/bin/env python3.2
(assuming that the interpreter is on the user's :envvar:`PATH`) at the beginning
of the script and giving the file an executable mode. The ``#!`` must be the