[SciPy-user] svn commands

Pearu Peterson pearu at scipy.org
Sat Dec 3 06:42:43 EST 2005



On Sat, 3 Dec 2005, Steve Schmerler wrote:

> Hi
>
> I haven't been following the list for a while. I'd like to try the
> current versions of scipy_core and scipy from svn.
> I found 2 svn commands on the list:
>
> core:
> a) svn co http://svn.scipy.org/svn/scipy_core/branches/newcore newcore
> b) svn co http://svn.scipy.org/svn/scipy_core/trunk core
>
> scipy:
> b)  svn co http://svn.scipy.org/svn/scipy/trunk scipy
>
> What are the right commands?

svn co http://svn.scipy.org/svn/scipy_core/trunk core
cd core
rm -rf build
python setup.py install

svn co http://svn.scipy.org/svn/scipy/trunk scipy
cd ../scipy
rm -rf build
python setup.py install

Removing old scipy installation tree before executing the above commands 
is recommended.

Pearu




More information about the SciPy-User mailing list