@@ -6,14 +6,14 @@ gitlog1=/tmp/gitcompile.log
66gitlog2=/tmp/gitcompile.log
77echo " Finish up GSAS-II installation"
88# update the GSAS-II package if possible, create shortcuts & byte-compile...
9- echo " launching bootstrap process"
109# try to update to latest GSAS-II version (will fail if no network)
11- # source $PREFIX/bin/activate
12- # echo python $PREFIX/gitcompile.py --nocompile --nocheck --log=$gitlog1 --noshortcut >> $logfile 2>&1
13- # python $PREFIX/gitcompile.py --nocompile --nocheck --log=$gitlog1 --noshortcut >> $logfile 2>&1
14- # # finish installation by creating platform-specific shortcuts
15- # echo python $PREFIX/gitcompile.py --nocompile --nocheck --log=$gitlog2 --nodownload >> $logfile 2>&1
16- # python $PREFIX/gitcompile.py --nocompile --nocheck --log=$gitlog2 --nodownload >> $logfile 2>&1
10+ echo " launching final bootstrap update"
11+ source $PREFIX /bin/activate
12+ echo python $PREFIX /gitcompile.py --nocompile --nocheck --log=$gitlog1 --noshortcut >> $logfile 2>&1
13+ python $PREFIX /gitcompile.py --nocompile --nocheck --log=$gitlog1 --noshortcut >> $logfile 2>&1
14+ # finish installation by creating platform-specific shortcuts
15+ echo python $PREFIX /gitcompile.py --nocompile --nocheck --log=$gitlog2 --nodownload >> $logfile 2>&1
16+ python $PREFIX /gitcompile.py --nocompile --nocheck --log=$gitlog2 --nodownload >> $logfile 2>&1
1717# ============================================================================
1818# ============================================================================
1919# create script shortcuts that might be of use
0 commit comments