0

I want to work with python 2 and python 3 version. if I install those version same OS what would be happened?

is there any wrong things with it?

2
  • 2
    Both python will work independently. Commented Jun 20, 2017 at 5:03
  • No, there is nothing wrong with it. For example, I have python 2.7.10 and python 3.5.2 installed on Windows. They work completely separate from each other Commented Jun 20, 2017 at 5:04

2 Answers 2

0

There's nothing wrong with having two versions of python installed, and it's actually quite common to do so. Usually, one would install them with different names (python vs python3, for example) to avoid confusion though.

Sign up to request clarification or add additional context in comments.

Comments

0

If you are using python from command line then you can run python command for python 2 and python3 command for python 3.

In ide such as pycharm you can select the project intepretor from settings.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.