From 7e5b8892ce544a9cbafe94967c03922a72436d6c Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 20 Apr 2010 09:41:59 +0000 Subject: [PATCH] Update the python version in the interpreter tutorial. --- Doc/tutorial/interpreter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 027c5e2774..f397f032eb 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -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 -- 2.40.0