Commit 7e5b8892 authored by Ezio Melotti's avatar Ezio Melotti

Update the python version in the interpreter tutorial.

parent 7afd3f53
...@@ -155,7 +155,7 @@ Executable Python Scripts ...@@ -155,7 +155,7 @@ Executable Python Scripts
On BSD'ish Unix systems, Python scripts can be made directly executable, like On BSD'ish Unix systems, Python scripts can be made directly executable, like
shell scripts, by putting the line :: 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 (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 of the script and giving the file an executable mode. The ``#!`` must be the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment