Dealing with Multiple Python Versions— do not run independently

后端 未结 5 1357
无人共我
无人共我 2021-01-14 03:09

I have Python 2.7 (my preferred version) and 3.3 (version used in my Programming class) installed on my computer (OS: Windows 7). Until a certain point, they worked fine ind

5条回答
  •  长情又很酷
    2021-01-14 03:55

    The Python documentation for python 3.2 provides information which helped me to call different python 2.7 and 3.3 separately.

    http://docs.python.org/3/using/windows.html#customizing-default-python-versions

提交回复
热议问题