File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 33Troubleshooting
44===============
55
6+ Updating Mantid Imaging on IDAaaS
7+ ---------------------------------
8+
9+ Updating Unstable package
10+ #########################
11+
12+ To update the unstable package please copy and run this command in a terminal:
13+
14+ .. code-block :: bash
15+
16+ source /opt/miniconda/bin/activate /opt/miniconda && ENVIRONMENT_NAME=mantidimaging_unstable REPO_LABEL=unstable source <( curl -s https://raw.githubusercontent.com/mantidproject/mantidimaging/master/install.sh)
17+
18+ Updating Release package
19+ ########################
20+
21+ To update the release package please copy and run this command in a terminal:
22+
23+ .. code-block :: bash
24+
25+ source /opt/miniconda/bin/activate /opt/miniconda && source <( curl -s https://raw.githubusercontent.com/mantidproject/mantidimaging/master/install.sh)
26+
27+ Updating when not on IDAaaS
28+ ###########################
29+
30+ When updating the package, and not on IDAaaS, you will have to:
31+
32+ - Open a terminal which has the :code: `base ` Anaconda environment activated, or
33+ - replace the :code: `/opt/miniconda/ ` paths in :code: `source /opt/miniconda/bin/activate /opt/miniconda `
34+ command with the path where :code: `conda ` is installed on your system.
35+
36+ Afterwards run the remainder of the command to update the environment:
37+
38+ - For Unstable
39+
40+ .. code-block :: bash
41+
42+ ENVIRONMENT_NAME=mantidimaging_unstable REPO_LABEL=unstable source <( curl -s https://raw.githubusercontent.com/mantidproject/mantidimaging/master/install.sh)
43+
44+
45+ - For Release
46+
47+ .. code-block :: bash
48+
49+ source <( curl -s https://raw.githubusercontent.com/mantidproject/mantidimaging/master/install.sh)
50+
51+
52+
653 Can't reconstruct with FBP_CUDA and SIRT_CUDA
754---------------------------------------------
855
You can’t perform that action at this time.
0 commit comments