Why python's versions differ when called from Terminal and from Atom
问题 When I run Python from the terminal and from Atom , different versions of python are called. As a consequence, there are packages that I can call without problems from the terminal but that I cannot call from Atom . Here are the details: When calling python from the terminal , I get version 3.7.1 $ python Python 3.7.1 | packaged by conda-forge | (default, Nov 13 2018, 09:50:42) [Clang 9.0.0 (clang-900.0.37)] :: Anaconda custom (64-bit) on darwin (I get exactly the same if I type python3