I'm trying to install on OS X (10.1) and am getting
a complaint about python not existing... but...
./configure --prefix=/Users/mailman/Documents --exec-
prefix=/Users/mailman/Documents/bin --with-var-
prefix=/Users/mailman/Documents/mutable --with-
python=/usr/local/bin/python.exe
Compiling
On Thursday, 4 October 2001 22:31 -0700 Giovanni 8 <[EMAIL PROTECTED]> wrote:
> I'm trying to install on OS X (10.1) and am getting
> a complaint about python not existing... but...
OS X doesn't ship with python by default. Go here to download it:
http://www.python.org/2.1.1/#locations>
On 04 October 2001, Giovanni 8 said:
> Compiling /Users/mailman/Documents/Mailman/versions.py ...
> env: python: No such file or directory
Some Python script is using the "#!/usr/bin/env python" hack, a common
trick. For it to work, you must have a binary called "python" on your
path.
> [gosc
MacOS X doesn't come with python. How did you install it? And that are
those files in /usr/local/bin? OS X executables don't have a .exe
extension. Did you grab a Windows install package?
joe
On Friday, October 5, 2001, at 01:31 AM, Giovanni 8 wrote:
> I'm trying to install on OS X (10.1
I'm trying to install on OS X (10.1) and am getting
a complaint about python not existing... but...
./configure --prefix=/Users/mailman/Documents --exec-prefix=/Users/mailman/Documents/bin --with-var-prefix=/Users/mailman/Documents/mutable --with-python=/usr/local/bin/python.exe
Compiling /User