- conda create -n newChatbot python=3.5.4 anaconda (with latest version of anaconda)
- source activate newChatbot [If windows, then activate newChatbot]
- pip install tensorflow==1.0.0
pip list | grep tensorflow
- Cornell movie dialogue corpus
conda remove --name newChatbot --all
conda info --envs