Skip to content

Commit 114b249

Browse files
author
Bill Ladwig
committed
Merge branch 'hotfix/1.0.2.4'
2 parents ad5ec87 + b367bb2 commit 114b249

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

doc/source/workshop.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,14 @@ Follow the instructions below to create the tutorial_2017 environment.
206206
207207
3. Add the conda-forge channel to your conda package manager.
208208

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+
::
210214

211215
conda config --add channels conda-forge
212-
216+
213217
.. note::
214218

215219
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.
231235

232236
.. note::
233237

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:
235239

236240
.. code-block:: none
237241
238242
If this is your first install of dbus, automatically load on login with:
239243
240244
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/
242246
launchctl load -w ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist
243247
244248
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.
247251

248252
.. note::
249253

0 commit comments

Comments
 (0)