Is it possible to use both python 27 & 34 on same computer ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is it possible to use both python 27 & 34 on same computer ?

3rd Feb 2017, 6:58 PM
Adarsh Kumar Singh
Adarsh Kumar Singh - avatar
2 Answers
+ 1
You can have as many versions as you need. Some libraries might only work with certain versions (either 2 or 3, although there are ways to fix that). Also, you might think of having a 32-bit and a 64-bit version, if for example you want to convert your code to an executable (by using py2exe or cx_freeze). I recommend installing PyCharm which can easily handle several different interpreters for your projects.
3rd Feb 2017, 9:24 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
yes, you just need to specify which one you are using. I have both installed right now.
3rd Feb 2017, 7:09 PM
Bill
Bill - avatar