Changes between Version 23 and Version 24 of DevNotes/DevGuide/CondaDevSetup
- Timestamp:
- Jun 5, 2018 11:16:31 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/DevGuide/CondaDevSetup
v23 v24 70 70 ''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. '' 71 71 72 conda env create -f=/path to your new yml file/conda_py3_qt5_ new.yml72 conda env create -f=/path to your new yml file/conda_py3_qt5_env_new.yml 73 73 74 74 source activate qt5 … … 94 94 ''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.'' 95 95 96 conda env update -f=/path to your new yml file/conda_py3_qt5_ new.yml --name qt596 conda env update -f=/path to your new yml file/conda_py3_qt5_env_new.yml --name qt5 97 97 98 98 ''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.''