Changeset 1251 for install


Ignore:
Timestamp:
Mar 17, 2014 11:34:58 AM (10 years ago)
Author:
toby
Message:

on mac recommend EPD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/bootstrap.py

    r1226 r1251  
    1717    for pkg in missing: print " ",pkg,
    1818    print
    19     print "We suggest installing the Canopy Express package (must be 32 bit for Mac) at\nhttp://www.enthought.com/store"
     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/"
     21    else:
     22        print "We suggest installing the Canopy Express package at http://www.enthought.com/store"
    2023    sys.exit()
    2124
Note: See TracChangeset for help on using the changeset viewer.