Elijah Gregory wrote:
> Dear NumPy Users,
>
>I am attempting to install numpy-0.9.8 as a user on unix system.
> When I install numpy by typing "python setup.py install" as per the
> (only) instructions in the README.txt file everything proceeds
> smoothly until some point where the script at
python setup.py install --prefix=your_path
You shouldn't have to clean up the previous install, if it got to the
point where it was copy files, the first one would have failed. Next
time you run setup.py with the --prefix option, it will pick up where
the previous install left off.
Bryce
Eli
Dear NumPy Users,
I am attempting to install numpy-0.9.8 as a user on unix
system. When I install numpy by typing "python setup.py install" as per
the (only) instructions in the README.txt file everything proceeds
smoothly until some point where the script attempts to write a file to
the root-l