I'm using Windows 8, Anaconda 4.4.0, Python 3.6
I've followed this tutorial to create an enviroment named snakes with Python version 3.5 which is what I want, but after I typed activate snakes in Anaconda Prompt and restarting Spyder, sys.version_info and sys.path doesn't change, I'm still in Python 3.6.
I've also seen this post here and followed the answer, still can't solve the problem