Changes between Version 3 and Version 4 of SingleStepWindowsProblems
- Timestamp:
- Mar 7, 2017 12:40:10 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SingleStepWindowsProblems
v3 v4 14 14 If the conda installation completes but for some reason the GSAS-II installation does not complete properly, it is possible to rerun the GSAS-II installation script. This can also be done to update GSAS-II. It never hurts to run this script and it will only download/update files that were not previously downloaded. 15 15 16 First, open a cmd.exe window (use16 First, open the Windows System Command Prompt (cmd.exe) window (alternately, use the Windows !PowerShell). In that window, type the following two commands: 17 17 18 18 19 does not open, this must be done manually with the following steps. Note that this represents a problem that should be reported. 19 {{{ 20 C:\Users\toby> cd g2conda 21 C:\Users\toby\g2conda> .\python.exe GSASII\bootstrap.py 22 }}} 20 23 21 C:\Users\toby.TOBY-VM\g2conda>"C:\Users\toby.TOBY-VM\g2conda\python.exe" "C:\Use 22 rs\toby.TOBY-VM\g2conda\GSASII\bootstrap.py" 24 Note that the {{{cd}}} command may need to change depending on where you chose to install. If you have more than one version of Python installed on your system, you want to use the one installed in this process because that Python will be used in the GSAS-II shortcut to run GSAS-II (and an error message will be shown if you don't have all the expected packages.) 23 25 24 * Using Windows File Explorer, open the directory where Python (g2conda) was installed.25 26 * Open the directory where was installed in Windows File Explorer.27 28 [[Image(11.png, 350px)]]29 30 * Click on the Scripts folder to open that subdirectory.31 32 [[Image(12.png, 350px)]]33 34 * Scroll down to the `install-gsas2.bat` file and double-click on that to start the GSAS-II download and installation.