Why python's versions differ when called from Terminal and from Atom

后端 未结 3 863
醉梦人生
醉梦人生 2021-01-27 10:13

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 fr

3条回答
  •  一整个雨季
    2021-01-27 10:53

    You must have multiple (different versioned) Python interpreters on your computer. Open the Command Palette in Atom and choose "Python: Select Interpreter". Select the Python version you wish to use.

提交回复
热议问题