Notes

Install skype on ubuntu

#update system

sudo apt-get install sni-qt:i386

########################################################

config pycharm to anaconda

copy python interpreter /home/pc/anaconda3/bin/python

then paste to pycharm

#######################################################

Install Tensorflow in Pycharm

Please download one of the pycharm old version https://download.jetbrains.com/python/pycharm-community-2017.2.4.exe https://download.jetbrains.com/python/pycharm-community-2017.2.4.tar.gz https://download.jetbrains.com/python/pycharm-community-2017.2.4.dmg then please go to the "terminal" of the pycharm and paste "pip3 install --upgrade tensorflow" for cpu version "pip3 install --upgrade tensorflow-gpu" for gpu verison