Changes between Version 23 and Version 24 of DevNotes/DevGuide/CondaDevSetup


Ignore:
Timestamp:
Jun 5, 2018 11:16:31 AM (6 years ago)
Author:
richardh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/DevGuide/CondaDevSetup

    v23 v24  
    7070''Look for sasview/build_tools/conda_py3_qt5_env.yml, open it in an editor, save it somewhere else outside of git control, '''remove''' any pip lines for sasview and sasmodels which will elsewise throw errors. '' 
    7171 
    72 conda env create -f=/path to your new yml file/conda_py3_qt5_new.yml 
     72conda env create -f=/path to your new yml file/conda_py3_qt5_env_new.yml 
    7373 
    7474source activate qt5 
     
    9494''if something fails part way through creating an environment, such as not removing the pip install for sasview & sasmodels, then "update" will be faster e.g.'' 
    9595 
    96 conda env update -f=/path to your new yml file/conda_py3_qt5_new.yml --name qt5 
     96conda env update -f=/path to your new yml file/conda_py3_qt5_env_new.yml --name qt5 
    9797 
    9898''If it does not work the first time through, try going back to the normal sasview master, then repeat the steps above. Piotr and others will be making this easier in the future.''