From be6b64a243a22423b26b314b27c7670c8a0a1a56 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 22 Feb 2016 17:52:18 +0800 Subject: [PATCH] doc: fix conda install instructions --- doc/manual/installing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 0fd3990ac..751480058 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -36,9 +36,9 @@ If not, then make sure your ``$PATH`` environment variable contains the path to $ echo $PATH /home/.../miniconda3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin -If your ``$PATH`` misses reference the miniconda3/bin or anaconda3/bin you can fix this by typing:: +If your ``$PATH`` misses reference the ``miniconda3/bin`` or ``anaconda3/bin`` you can fix this by typing:: - $ export PATH=$HOME/miniconda3:$PATH + $ export PATH=$HOME/miniconda3/bin:$PATH Installing the host side software ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^