commit | a635b9a6ffac357f1e296f6c6954b5e6280e6eea | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jan 07 11:43:11 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jan 07 11:43:11 1994 +0000 |
tree | 4f863cae0c6eb6845113298974d7e22ad4bd7acc | |
parent | 8425b79c5471b37b7b8ce4350e90b84ac91a7f5e [diff] [blame] |
remove references to /ufs/guido/bin/sgi/python
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.