+ 8
Can we have python 2.x as well as python 3.x on the same computer?
Is it safe? Will it affect any functionality?
5 Réponses
+ 7
Thank you all
+ 5
I have both on Windows and PyCharm handles them well no problem.
+ 4
On linux ( not sure for other platforms ) you can have both installed without any problem... and even have differents configurations ( modules installed ) by using virtual environnements...
http://python-guide-pt-br.readthedocs.io/en/latest/dev/virtualenvs/
+ 1
idk but why do you want to do that?
0
Yes, but you will need to take extra care when running your programs (to make sure that the correct interpreter is used).