From: Bryce H. <bhe...@en...> - 2006-08-16 19:20:11
|
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 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 attempts to write a file to > the root-level /usr/lib64. How can I configure the setup.py script to > use my user-level directories which I do have access to? Also, given > that the install exited with an error, how do I clean up the aborted > installation? Thank you for your help, > > regards, > > Elijah Gregory > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Numpy-discussion mailing list > Num...@li... > https://lists.sourceforge.net/lists/listinfo/numpy-discussion > |