From: Keith G. <kwg...@gm...> - 2006-07-10 05:41:41
|
On 7/9/06, Bill Baxter <wb...@gm...> wrote: > Thanks for the reply Keith. > > > On 7/10/06, Keith Goodman <kwg...@gm...> wrote: > > One quick hack is to install the new numpy somewhere else and then > > rename the directory containing 0.9.8 to numpySTOP. Then you don't > > have to worry about the ordering of the path. > > > The only thing is that the numpy installer built by the windows > instructions on the Wiki doesn't give you an option of where to install > numpy. It installs straight to > {PYTHON_DIR}\lib\site-packages\numpy. (The command > suggested by the wiki is: > c:\path\to\python.exe setup.py config --compiler=mingw32 build > --compiler=mingw32 bdist_wininst > ) Doesn't --prefix=/install/numpy/here/ work on windows? |