Ignore:
Timestamp:
Jan 7, 2021 6:17:58 PM (3 years ago)
Author:
toby
Message:

deal with install python not matching target system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/g2complete/src/bootstrap.py

    r4742 r4743  
    600600        BailOut(msg)
    601601elif npVersion:
    602     binaryVersion = GSASIIpath.GetBinaryPrefix(pyver)+'_n'+npVersion
     602    binaryVersion = GSASIIpath.GetBinaryPrefix(pyVersion)+'_n'+npVersion
    603603    print('Load binaries from '+binaryVersion)
    604604    if not GSASIIpath.svnSwitchDir('bindist','',g2home+ 'Binaries/'+binaryVersion,None,True):
Note: See TracChangeset for help on using the changeset viewer.