source:
trunk/src/testing/app/py_sail/install_me
@
4
Revision 4, 183 bytes checked in by ajaworski, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | # build the py_sail library and put it in the correct place (SAGE_DIRECTORY/lib) |
4 | echo "building py_sail library" |
5 | python setup.py install --install-lib=$SAGE_DIRECTORY/lib |
6 |
Note: See TracBrowser
for help on using the repository browser.