doc: fix conda install instructions

This commit is contained in:
Sebastien Bourdeauducq 2016-02-22 17:52:18 +08:00
parent 9a6354b959
commit be6b64a243
1 changed files with 2 additions and 2 deletions

View File

@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^