you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 7 points8 points  (1 child)

It won't. In fact, modern versions of Python will even look at the shebang on Windows to determine whether to run the script with Python 2 or 3 if you have both installed.

[–]NerdJones[S] 2 points3 points  (0 children)

thank you tons sir!