install tensorflow 2 in anaconda code example
Example 1: conda install tensorflow windows
conda install -c conda-forge tensorflow
Example 2: install tensorflow
pip install tensorflow
Example 3: install tensorflow anaconda 1
conda install -c conda-forge tensorflow=1.14
Example 4: install tensorflow
sudo pip3 install tensorflow