Tensor board :no directory found


getting no directory found while running source activate py36

You don’t need to activate any environment.

All you need to do is, set this PATH using following command:

export PATH=/usr/local/anaconda/bin:$PATH

Also, please use the following command to activate Python:

source activate root

instead of source activate py36