source: trunk/src/testing/app/py_sail/install_me @ 4

Revision 4, 183 bytes checked in by ajaworski, 13 years ago (diff)

Added modified SAGE sources

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3# build the py_sail library and put it in the correct place (SAGE_DIRECTORY/lib)
4echo "building py_sail library"
5python setup.py install --install-lib=$SAGE_DIRECTORY/lib
6
Note: See TracBrowser for help on using the repository browser.