[Pythonmac-SIG] NumPy

Francois Granger francois.granger@free.fr
Mon May 19 14:54:31 EDT 2003


At 21:53 +0900 19/05/2003, in message [Pythonmac-SIG] NumPy, kevin parks wrote:
>I also have Jack's Python 2.3a2 (#1, Mar  3 2003, 18:50:46) 
>installed (perhaps this is out of date too). Is there a way to 
>invoke that build from the shell and use that version of python to 
>run scripts? Has anyone made a Numeric package that works with 
>Jack's Python?

in ~/.tcsh/login, I have the following lines

set path = (                                                    \
                 ~/bin                                           \
                 /Library/Frameworks/Python.framework/Versions/Current/bin \
                 /usr/local/bin /usr/bin /bin                    \
                 /usr/local/sbin /usr/sbin /sbin                 \
            )

in ~/.login, I have:

source .tcsh/login

The first line of your script being:

#!/usr/bin/env python

may help as well.

-- 
Hofstadter's Law :
It always takes longer than you expect, even when you take into 
account Hofstadter's Law.




More information about the Pythonmac-SIG mailing list