180317 Add Anaconda Path to Environment_bash


Step1:

Change to to the home directory and open the hidden file .bashrc

Step2:
Add the following code

export PATH=~/anaconda3/bin:$PATH

180317 Add Anaconda Path to Environment_bash_02