How to select Python version in PyCharm?

后端 未结 6 1756
耶瑟儿~
耶瑟儿~ 2020-11-30 21:11

I have PyCharm 1.5.4 and have used the \"Open Directory\" option to open the contents of a folder in the IDE.

I have Python version 3.2 selected (it shows up under t

6条回答
  •  执笔经年
    2020-11-30 21:21

    I think you are saying that you have python2 and python3 installed and have added a reference to each version under Pycharm > Settings > Project Interpreter

    What I think you are asking is how do you have some projects run with Python 2 and some projects running with Python 3.

    If so, you can look under Run > Edit Configurations

    PyCharm Run > Edit Configurations

提交回复
热议问题