Changeset 67d8b1b in sasview for installers/setup_mac.py
- Timestamp:
- Sep 21, 2017 5:26:13 PM (7 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 6a88ad9
- Parents:
- 12d3e0e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
installers/setup_mac.py
rce81f70 r67d8b1b 36 36 build_path = os.path.join(root, 'sasview-install', 'lib', 'python2.7', 'site-packages') 37 37 #sys.path.insert(0, build_path) 38 print("build path", build_path)39 38 40 39 #Extending recursion limit … … 179 178 'iconfile': ICON, 180 179 'frameworks': [libxml_path], 181 'resources': [],182 180 'plist': plist, 183 181 'excludes' : EXCLUDES,
Note: See TracChangeset
for help on using the changeset viewer.