@@ -206,10 +206,14 @@ Follow the instructions below to create the tutorial_2017 environment.
206
206
207
207
3. Add the conda-forge channel to your conda package manager.
208
208
209
- Type or copy this command in to your command terminal::
209
+ Type or copy the command below in to your command terminal. You should
210
+ run this command even if you have already done it in the past.
211
+ This will ensure that conda-forge is set as the highest priority channel.
212
+
213
+ ::
210
214
211
215
conda config --add channels conda-forge
212
-
216
+
213
217
.. note ::
214
218
215
219
Conda-forge is a community driven collection of packages that are
@@ -231,19 +235,19 @@ Follow the instructions below to create the tutorial_2017 environment.
231
235
232
236
.. note ::
233
237
234
- When the installation completes, your command terminal may post a message similar to:
238
+ When the installation completes, your command terminal might post a message similar to:
235
239
236
240
.. code-block :: none
237
241
238
242
If this is your first install of dbus, automatically load on login with:
239
243
240
244
mkdir -p ~/Library/LaunchAgents
241
- cp /Users/ladwig /miniconda2/envs/tutorial_test/org.freedesktop.dbus-session.plist ~/Library/LaunchAgents/
245
+ cp /path/to /miniconda2/envs/tutorial_test/org.freedesktop.dbus-session.plist ~/Library/LaunchAgents/
242
246
launchctl load -w ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist
243
247
244
248
This is indicating that the dbus package can be set up to automatically load on login. You
245
- can either ignore this message or type in the commands as indicated. The tutorial should work fine
246
- in either case.
249
+ can either ignore this message or type in the commands as indicated on your command terminal.
250
+ The tutorial should work fine in either case.
247
251
248
252
.. note ::
249
253
0 commit comments