Skip to content
This repository was archived by the owner on Dec 6, 2021. It is now read-only.

Commit c53032e

Browse files
author
rykeenan
committed
add links to linux ROS Anaconda warning doc from anaconda setup doc
1 parent e9e62bf commit c53032e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/configure_via_anaconda.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Using Anaconda consists of the following:
3535

3636
**Install** [miniconda](http://conda.pydata.org/miniconda.html) on your machine. Detailed instructions:
3737

38-
- **Linux:** http://conda.pydata.org/docs/install/quick.html#linux-miniconda-install
38+
- **Linux:** http://conda.pydata.org/docs/install/quick.html#linux-miniconda-install (Linux users please also see [this warning](https://github.com/udacity/RoboND-Python-StarterKit/blob/master/doc/linux_ros_anaconda_warning.md) about how to resolve potential conflicts between the different Python versions installed via Anaconda and ROS.
3939
- **Mac:** http://conda.pydata.org/docs/install/quick.html#os-x-miniconda-install
4040
- **Windows:** http://conda.pydata.org/docs/install/quick.html#windows-miniconda-install
4141

@@ -82,6 +82,7 @@ Now that you have created an environment, in order to use it, you will need to a
8282
```sh
8383
$ source activate RoboND
8484
```
85+
8586
### Windows
8687
Depending on shell either:
8788
```sh
@@ -95,6 +96,7 @@ $ activate RoboND
9596

9697
That's it. Now all of the `RoboND` libraries are available to you.
9798

99+
### However, If you are a Linux user with ROS installed (or planning to install ROS natively on your system) please see [this warning](https://github.com/udacity/RoboND-Python-StarterKit/blob/master/doc/linux_ros_anaconda_warning.md) about how to resolve potential conflicts between the different Python versions installed via Anaconda and ROS.
98100
To exit the environment when you have completed your work session, simply close the terminal window.
99101

100102
### Uninstalling

0 commit comments

Comments
 (0)