Changes between Version 8 and Version 9 of OldMacSingleStepInstaller
- Timestamp:
- Mar 18, 2016 10:29:17 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OldMacSingleStepInstaller
v8 v9 4 4 5 5 === Step 1: === 6 Download file g2conda-Mac.sh withthis URL https://subversion.xray.aps.anl.gov/trac/pyGSAS/browser/install/g2conda-Mac.sh?format=txt6 Download file ```g2conda-Mac.sh``` from this URL https://subversion.xray.aps.anl.gov/trac/pyGSAS/browser/install/g2conda-Mac.sh?format=txt 7 7 8 8 === Step 2: === … … 50 50 51 51 ([wiki:MacSingleStepInstallerFigs#Step5:optional 52 click here to see screen images].)52 click here to see screen images].) 53 53 54 54 If you would like place the GSAS-II app in another location (for example your computer's desktop) to make it convenient to start GSAS-II, you need to make an alias. The alias can be moved. Press control and click on the GSAS-II app (or use right-click with a 2 or 3 button mouse) and a menu of options is shown. Click on "Make Alias" and a new file, "GSAS-II alias" is created in that folder. … … 60 60 61 61 == In case of problems == 62 63 If you are able to download the ```g2conda-Mac.sh``` file, but have a problem installing it, you may not be executing the command properly. Please make sure you are typing ```bash``` correctly and leaving a space between that and the file name, also be sure you are allowed to write files to the location you choose for installation. 64 65 If you are able to install the Python files, but the downloading of GSAS-II fails (Step 4), you may need to specify a proxy; contact a computer/network support person for your institution. While it may be simpler to delete the directory where you have installed the files (typically ```.../g2conda```) and resume from Step 2, it is also possible to rerun the bootstrap.py file using a command such as 66 67 ```<path>/bin/python <path>GSASII/bootstrap.py``` 68 69