Pycharm add python2 interpreter

Anaconda3 + How to create the environment under python3 python2 environment (under applicable win + Linux, the same anaconda under py2 / 3 coexist)

conda info -e view python2 path

Pycharm File -> Setting -> Project: WorkSpace -> Project Interperter -> gear button to select Add-> System Interpreter add python.exe path

Guess you like

Origin www.cnblogs.com/ZeroTensor/p/11120465.html