[Numpy-discussion] Testing a self-compiled numpy
Bryce Hendrix
bhendrix at enthought.com
Mon Jul 10 09:16:46 CDT 2006
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.scipy.org/pipermail/numpy-discussion/attachments/20060710/18178039/attachment.html
More information about the Numpy-discussion
mailing list