Changes between Version 15 and Version 16 of InstallConda


Ignore:
Timestamp:
Jan 8, 2022 9:18:07 PM (21 months ago)
Author:
toby
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallConda

    v15 v16  
    2121
    2222If 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 
    2623
    2724After the conda install completes, one of the following should occur:
     
    9895}}}
    9996
    100 Linux/OSX:
     97Linux/MacOS:
    10198{{{
    10299source <condapath>/bin/activate
     
    130127To create GSAS-II in an environment I used this:
    131128{{{
    132 conda create -n G2 gsas2pkg-linux -c briantoby
     129conda create -n G2 gsas2pkg -c briantoby
    133130}}}
    134131