File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,13 @@ where indicated):
143
143
144
144
- SECTION 3:
145
145
146
- - We are not using Kubernetes for the first few tutorials so you can
147
- leave this section blank for now.
146
+ - We are not using Kubernetes for the first few tutorials so you can
147
+ leave this section blank for now.
148
+
149
+ .. note ::
150
+
151
+ DLS Users: ``ec `` is already installed for you. So leave SECTION 2
152
+ blank. See `ec ` for details.
148
153
149
154
Change the IOC Name
150
155
~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ Note that each time you open a new shell you will need to activate the virtual
138
138
environment again. (Or place it's bin folder in your path permanently).
139
139
140
140
141
+ .. _ec :
142
+
141
143
epics-containers-cli
142
144
~~~~~~~~~~~~~~~~~~~~
143
145
@@ -154,6 +156,17 @@ functions in the next tutorial.
154
156
155
157
See `CLI ` for more details.
156
158
159
+ .. note ::
160
+
161
+ DLS Users: ``ec `` is already installed for you on ``dls_sw `` just do the
162
+ following to make sure it is always available:
163
+
164
+ .. code :: bash
165
+
166
+ # use the ec version from dls_sw/work/python3
167
+ mkdir -p $HOME /.local/bin
168
+ ln -fs /dls_sw/work/python3/ec-venv/bin/ec $HOME /.local/bin/ec
169
+
157
170
Git
158
171
---
159
172
If you don't already have git installed see
You can’t perform that action at this time.
0 commit comments