Version (beginner)
已回答
I'm completely new to Python and Pycharm, but how do I determine the version of Python is being used by my python file/project? Right now it seems to be using 2.7, whereas I would prefer to be using 3.x, how can I change it to 3.x? And is that determined by my Mac? and not Pycharm itself?
请先登录再写评论。
Hi Philip, you can configure Python interpreter in Settings | Project ... | Project Interpreter. Click gear button | Add to start a Python interpreter wizard. There you can select Python 3 if is installed on your system.