source:
issm/trunk-jpl/externalpackages/cython/install.sh@
17101
Last change on this file since 17101 was 17101, checked in by , 11 years ago | |
---|---|
|
|
File size: 167 bytes |
Rev | Line | |
---|---|---|
[14468] | 1 | #!/bin/bash |
2 | set -eu | |
3 | ||
4 | #clean up | |
[17101] | 5 | rm -rf cython |
[14468] | 6 | |
[17101] | 7 | #download cython first |
8 | git clone https://github.com/cython/cython.git | |
[14468] | 9 | |
[17101] | 10 | #install cython |
11 | cd cython | |
[14468] | 12 | python setup.py install |
Note:
See TracBrowser
for help on using the repository browser.