Why has Anaconda added my default Python paths to the specific environment's path?
问题 I have created an anaconda environment. When I activate the environment I can see that the environment is using a different Python version than my default Python version. This is correct. However, when I check python path within the activated environment. import sys from pprint import pprint pprint(sys.path) I can see that the first 4 items are pointing to the default Python installation. ['', 'C:\\Python27\\Lib\\site-packages\\distribute-0.6.35-py2.7.egg', 'C:\\Python27\\Lib\\site-packages\