Last change
on this file since 3921 was
3921,
checked in by toby, 4 years ago
|
more debugging of OSX packaging
|
-
Property svn:executable set to
*
|
File size:
530 bytes
|
Rev | Line | |
---|
[3910] | 1 | #!/bin/bash |
---|
[3920] | 2 | echo '==================== running build.sh ====================' |
---|
| 3 | echo '==================== env ====================' |
---|
| 4 | env |
---|
| 5 | echo '==================== which python ====================' |
---|
[3915] | 6 | which python |
---|
[3921] | 7 | python -c 'import sys; print(sys.version); import numpy; print(numpy.__version__)' |
---|
| 8 | python -c 'import wx; print(wx.__version__); import numpy; print(numpy.__version__)' |
---|
[3919] | 9 | #mkdir -p $PREFIX/GSASII |
---|
| 10 | #cp $RECIPE_DIR/src/bootstrap.py $PREFIX/GSASII |
---|
[3921] | 11 | #python $PREFIX/GSASII/bootstrap.py --noproxy --noinstall |
---|
[3919] | 12 | #conda activate py37 |
---|
Note: See
TracBrowser
for help on using the repository browser.