How to use two ssh keys to access two different GitHub account.

I tried to use two ssh keys for my two GitHub accounts, one for my personal account, one for my school account. However, I screwed the ssh credential for GitHub verification. When I tried to use my personal account to push my code, I got permission denied A-account@git.com to B-account. I took some time searching …

How to install tensorflow on Mac and use it in Pycharm

How to install TensorFlow on Mac Chck if you have intalled pip pip3 install tensorflow using pip3 pip3 install tensorflow check tensorflow version pip3 show tensorflow How to set TensorFlow in Pycharm Click file -> New Project Setting -> Preference Choose Python interpreter Click the plus sign on the left bottom Search for tensorflow and …