Does `anaconda` create a separate PYTHONPATH variable for each new environment?
Anaconda does not use the PYTHONPATH. One should however note that if the PYTHONPATH is set it could be used to load a library that is not in the anaconda environment. That is why before activating an environment it might be good to do a unset PYTHONPATH For instance this PYTHONPATH points to an incorrect … Read more