Last change
on this file since 8494 was
8494,
checked in by steve, 13 years ago
|
We are working on improvements to the parallel code which means we need to
add to the standard pypar distribution.
|
File size:
229 bytes
|
Line | |
---|
1 | |
---|
2 | import os |
---|
3 | anuga_source = os.path.split(os.path.abspath(os.getcwd()))[0] |
---|
4 | |
---|
5 | |
---|
6 | cmd = 'python setup.py install --install-purelib=%s --install-platlib=%s '%( anuga_source , anuga_source) |
---|
7 | |
---|
8 | print cmd |
---|
9 | |
---|
10 | os.chdir('source') |
---|
11 | os.system (cmd) |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.