Changes between Version 15 and Version 16 of InstallConda
- Timestamp:
- Jan 8, 2022 9:18:07 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallConda
v15 v16 21 21 22 22 If conflicts persist, you are best off installing GSAS-II in a named environment (see below). 23 24 For Python 3.9, one must install wxPython via pip, which sort of defeats the purpose of using Anaconda. Again, use of a named environment (see below) is advised.25 26 23 27 24 After the conda install completes, one of the following should occur: … … 98 95 }}} 99 96 100 Linux/ OSX:97 Linux/MacOS: 101 98 {{{ 102 99 source <condapath>/bin/activate … … 130 127 To create GSAS-II in an environment I used this: 131 128 {{{ 132 conda create -n G2 gsas2pkg -linux-c briantoby129 conda create -n G2 gsas2pkg -c briantoby 133 130 }}} 134 131