Is it possible to install python 3 and 2.6 on same PC?

前端 未结 7 1381
忘了有多久
忘了有多久 2021-01-06 13:47

How would I do this? The reason being I wanted to try some pygame out, but I have python 3 installed currently and have been learning with that. I\'m also interested in tryi

7条回答
  •  萌比男神i
    2021-01-06 14:20

    Typically python is installed with a name like python2.6, so you can have more than one. There may be a symlink from python to one of the numbered files. Quite workable.

提交回复
热议问题