Changeset 1358
- Timestamp:
- May 21, 2014 11:01:43 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
install/bootstrap.py
r1251 r1358 18 18 print 19 19 if sys.platform.startswith('darwin'): 20 print "We suggest installing the EPD Free Python package (epd_free-7.3-2-macosx-i386.dmg)\nat https://www.enthought.com/repo/free/ "20 print "We suggest installing the EPD Free Python package (epd_free-7.3-2-macosx-i386.dmg)\nat https://www.enthought.com/repo/free/\nor the 64-bit Canopy Express package at http://www.enthought.com/downloads" 21 21 else: 22 print "We suggest installing the Canopy Express package at http://www.enthought.com/ store"22 print "We suggest installing the Canopy Express package at http://www.enthought.com/downloads" 23 23 sys.exit() 24 24 … … 62 62 63 63 cmds = ( 64 ([svn, 'co', home+ 'trunk/', gsaspath ],'loading GSAS-II'),64 ([svn, 'co', home+ 'trunk/', gsaspath, '--non-interactive', '--trust-server-cert'],'loading GSAS-II'), 65 65 ) 66 66
Note: See TracChangeset
for help on using the changeset viewer.