Changes between Version 15 and Version 16 of MacSingleStepInstallerFigs


Ignore:
Timestamp:
Jan 19, 2020 11:51:25 AM (3 years ago)
Author:
toby
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MacSingleStepInstallerFigs

    v15 v16  
    11== Installing GSAS-II with a Single-Step Download (with figures) ==
    22
    3 === Step 1: ===
     3This process downloads an installer that will place a working version of Python and the required packages onto your computer, it will then initially install a slightly out-of-date version of GSAS-II including the binaries files needed for running on a Mac. Finally, the distribution site will be checked and updates will be applied to bring GSAS-II up to date (usually with minor download requirements). The installer can be moved to and run on computers without an internet connection, but the update step will fail, leaving a working up not out-of-date version of GSAS-II.
    44
    5 Download this file:
     5=== Step 1:===
     6Open a terminal window (use the Terminal app in Applications/Utilities folder; typing terminal.app into the finder search box should find this for you).
    67
    7 * https://subversion.xray.aps.anl.gov/admin_pyGSAS/downloads/gsas2full-Latest-MacOSX-x86_64.sh (provides Python 3.7, all required Python packages and a recent version of GSAS-II which will be updated via the internet; can be installed on computers without an internet connection, but without that update.)
     8In that window cut and paste the two commands below:
    89
    9 These links offer an older distributions that have worked for many people, if you have trouble with the previous (but please do report problems). Note that these installers require an internet connection:
     10{{{
     11g2="https://subversion.xray.aps.anl.gov/admin_pyGSAS/downloads/gsas2full-latest-MacOSX-x86_64.sh"
     12curl "$g2" > /tmp/g2.sh; bash /tmp/g2.sh
     13}}}
    1014
    11 * https://subversion.xray.aps.anl.gov/admin_pyGSAS/downloads/g2conda-1.0.1-MacOSX-x86_64.sh (Python 3.7, wxPython 4.0.3, !NumPy 1.51.1, !SciPy 1.1.0, matplotlib 2.2.3,...)
    12 * https://subversion.xray.aps.anl.gov/admin_pyGSAS/downloads/g2conda-py27-1.0.2-MacOSX-x86_64.sh (Python 2.7.x, wxPython 3.0.0...)
    13 * ```g2conda-0.1.2-MacOSX-x86_64.sh``` from this URL https://anl.box.com/v/GSASII4mac12 (quite old, not recommended)
     15 [[Image(0.jpg, 600)]]
    1416
    1517
     18Note that this will fail if your network requires a proxy to access
     19the internet. You can download the file with a browser and run it [#BrowserDownload using steps listed below.] You will need to know the proxy information in order to get GSAS-II to properly update.
     20
    1621=== Step 2:===
    17 Execute this file.
    18 
    19  Type "bash " into a terminal window, then drag the downloaded file from a finder window into the terminal window. 
    20 
    21  [[Image(1.jpg, 500)]]
    22 
    23  This places the file name with full path name into the terminal window, then press Enter.
    24 
    25  [[Image(2.jpg, 400)]]
    26 
    27 
    28 === Step 3:===
    2922Answer prompts from the install script.
    3023
     
    9487 [[Image(14.jpg, 400)]]
    9588
     89[=#BrowserDownload]
     90= Installing with a web proxy or to a system without the internet =
     91
     92=== Step A1: ===
     93
     94Download this file in a web browser:
     95
     96* https://subversion.xray.aps.anl.gov/admin_pyGSAS/downloads/gsas2full-Latest-MacOSX-x86_64.sh (provides Python 3.7, all required Python packages and a recent version of GSAS-II which will be updated via the internet; can be installed on computers without an internet connection, but without that update.)
     97
     98=== Step A2:===
     99Execute this file.
     100
     101 Type "bash " into a terminal window, then drag the downloaded file from a finder window into the terminal window. 
     102
     103 [[Image(1.jpg, 500)]]
     104
     105 This places the file name with full path name into the terminal window, then press Enter.
     106
     107 [[Image(2.jpg, 400)]]
    96108
    97109
     110
     111
     112== Older installers ==
     113
     114These links offer an older distributions that have worked for many people, if you have trouble with the previous (but please do report problems). Note that these installers require an internet connection to complete the installation:
     115
     116* https://subversion.xray.aps.anl.gov/admin_pyGSAS/downloads/g2conda-1.0.1-MacOSX-x86_64.sh (Python 3.7, wxPython 4.0.3, !NumPy 1.51.1, !SciPy 1.1.0, matplotlib 2.2.3,...)
     117* https://subversion.xray.aps.anl.gov/admin_pyGSAS/downloads/g2conda-py27-1.0.2-MacOSX-x86_64.sh (Python 2.7.x, wxPython 3.0.0...)
     118* ```g2conda-0.1.2-MacOSX-x86_64.sh``` from this URL https://anl.box.com/v/GSASII4mac12 (quite old, not recommended)
     119
     120
     121