Python Anaconda reinstall
问题 I had a working deep learning library on CPU Linux Mint ubuntu verion 18.3 with Anaconda 3.6 but something got hosed when I was tinkering around in Theano. https://machinelearningmastery.com/setup-python-environment-machine-learning-deep-learning-anaconda/ Everything was working just fine until I wanted to tinker around with a few .py files with KERAS_BACKEND=theano python program.py and in an attempt to fix something not working in Theano, I did this command from the theano website http:/