Using multiple versions of Python

前端 未结 7 625
温柔的废话
温柔的废话 2020-12-06 10:25

I have both Python 3.3 and Python 2.7 installed on my computer. The python 3.3 works fine, but when I try to run something using python 2.7, it is still referencing python

相关标签:
7条回答
  • 2020-12-06 11:05

    I got this fixed by removing the = sign and simply keeping as sys.stderr

    0 讨论(0)
提交回复
热议问题