Changeset 4258 for install


Ignore:
Timestamp:
Jan 18, 2020 10:10:00 PM (4 years ago)
Author:
toby
Message:

Try with error in stderr on mac install

Location:
install/g2complete
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • install/g2complete/post-link.sh

    r4257 r4258  
    55$PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --nonet #2>&1 > /tmp/bootstrap1.log
    66# Now try to update to latest GSAS-II version (will fail if no network)
    7 $PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --noinstall #2>&1 > /tmp/bootstrap2.log
     7$PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --noinstall > /tmp/bootstrap2.log
  • install/g2complete/src/bootstrap.py

    r4256 r4258  
    6767        dlg.ShowModal()
    6868        dlg.Destroy()
    69 #    else:
    70 #        print(msg,file=sys.stderr)
     69    else:
     70        print(msg,file=sys.stderr)
    7171    sys.exit()
    7272       
Note: See TracChangeset for help on using the changeset viewer.