Changes between Version 21 and Version 22 of MacSingleStepInstallerFigs
- Timestamp:
- Mar 13, 2020 4:38:57 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacSingleStepInstallerFigs
v21 v22 12 12 {{{ 13 13 mkdir -p ~/.conda 14 g2="https://subversion.xray.aps.anl.gov/admin_pyGSAS/downloads/gsas2full- latest-MacOSX-x86_64.sh"14 g2="https://subversion.xray.aps.anl.gov/admin_pyGSAS/downloads/gsas2full-Latest-MacOSX-x86_64.sh" 15 15 curl "$g2" > /tmp/g2.sh; bash /tmp/g2.sh 16 16 }}} … … 20 20 21 21 Note that this will fail if your network requires a proxy to access 22 the internet. In that case 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.22 the internet. In that case you can download the file with a browser and run it [#BrowserDownload using steps listed below.] Note that you will need to know the proxy information in order to get GSAS-II to properly update. Should the `subversion.xray.aps.anl.gov` server fail, a backup copy (perhaps older) can be found here: https://anl.app.box.com/v/GSASIIdistributions. Download and follow [#BrowserDownload using steps below.] 23 23 If you want to install GSAS-II onto a computer that does not have an internet connection (or has a slow or expensive connection, subsequent downloads will be small), use those steps and then move the downloaded file on a USB stick, etc. 24 24 … … 290 290 Download this file in a web browser: 291 291 292 * 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.) 292 * 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.) This file is also available here https://anl.app.box.com/v/GSASIIdistributions, where you will need to use the "..." menu to the right of entry gsas2full-latest-MacOSX-x86_64.sh to download that file. 293 293 294 294 === Step A2:=== 295 295 Execute this file. 296 296 297 Type "bash " into a terminal window , then drag the downloaded file from a finder window into the terminal window.297 Type "bash " into a terminal window (note space after "h"), then drag the downloaded file from a finder window into the terminal window. 298 298 299 299 [[Image(1.jpg, 500)]]