Skip to content

Commit e9837dd

Browse files
author
Dimitar Tasev
committed
Added updating environment in IDAaaS and outside
1 parent a521965 commit e9837dd

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

docs/troubleshooting.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,53 @@
33
Troubleshooting
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

0 commit comments

Comments
 (0)