diff options
| author | Guido van Rossum <guido@python.org> | 1994-01-07 11:43:11 (GMT) |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1994-01-07 11:43:11 (GMT) |
| commit | a635b9a6ffac357f1e296f6c6954b5e6280e6eea (patch) | |
| tree | 4f863cae0c6eb6845113298974d7e22ad4bd7acc /Demo/scripts/freeze.py | |
| parent | 8425b79c5471b37b7b8ce4350e90b84ac91a7f5e (diff) | |
| download | cpython-a635b9a6ffac357f1e296f6c6954b5e6280e6eea.zip cpython-a635b9a6ffac357f1e296f6c6954b5e6280e6eea.tar.gz cpython-a635b9a6ffac357f1e296f6c6954b5e6280e6eea.tar.bz2 | |
remove references to /ufs/guido/bin/sgi/python
Diffstat (limited to 'Demo/scripts/freeze.py')
| -rwxr-xr-x | Demo/scripts/freeze.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/scripts/freeze.py b/Demo/scripts/freeze.py index 85ab5bc..d5230c6 100755 --- a/Demo/scripts/freeze.py +++ b/Demo/scripts/freeze.py @@ -1,4 +1,4 @@ -#! /ufs/guido/bin/sgi/python +#! /usr/local/bin/python # Given a Python script, create a binary that runs the script. # The binary is 100% independent of Python libraries and binaries. |
