From: Bryce H. <bhe...@en...> - 2006-07-10 14:15:00
|
Keith Goodman wrote: >> 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? > For our Windows Enthon project, the build command is setup.py config --compiler=mingw32 build --compiler=mingw32 install --prefix=path_to_where_numpy_goes. Bryce |