diff options
Diffstat (limited to 'Demo/scripts/pi.py')
-rwxr-xr-x | Demo/scripts/pi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/scripts/pi.py b/Demo/scripts/pi.py index 832aedc..200cb4a 100755 --- a/Demo/scripts/pi.py +++ b/Demo/scripts/pi.py @@ -1,4 +1,4 @@ -#! /usr/local/python +#! /usr/local/bin/python # Print digits of pi forever. # |