forked from M-Labs/artiq
doc: fix conda install instructions
This commit is contained in:
parent
9a6354b959
commit
be6b64a243
|
@ -36,9 +36,9 @@ If not, then make sure your ``$PATH`` environment variable contains the path to
|
||||||
$ echo $PATH
|
$ echo $PATH
|
||||||
/home/.../miniconda3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
|
/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
|
Installing the host side software
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Reference in New Issue