- Timestamp:
- Jan 7, 2021 10:22:55 PM (2 years ago)
- Location:
- install
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
install/bootstrap.py
r4747 r4748 583 583 print('\n'+75*'*') 584 584 else: 585 svncleanup(path2GSAS2) 585 svn = whichsvn() 586 if svn: svncleanup(path2GSAS2) 586 587 587 588 # subsequent commands require GSASIIpath which better be here now, import it -
install/g2complete/src/bootstrap.py
r4747 r4748 583 583 print('\n'+75*'*') 584 584 else: 585 svncleanup(path2GSAS2) 585 svn = whichsvn() 586 if svn: svncleanup(path2GSAS2) 586 587 587 588 # subsequent commands require GSASIIpath which better be here now, import it -
install/g2full/g2postinstall.sh
r4747 r4748 27 27 echo "$PREFIX/bin/python $PREFIX/GSASII/GSASII.py" >> $PREFIX/start_GSASII.sh 28 28 fi 29 #create the GSAS-II app or Desktop icon (note that scripts run only on correct platform)30 #$PREFIX/bin/python $PREFIX/GSASII/makeMacApp.py31 #$PREFIX/bin/python $PREFIX/GSASII/makeLinux.py32 29 echo "GSAS-II bootstrap completed"
Note: See TracChangeset
for help on using the changeset viewer.