Is it ok having both Anacondas 2.7 and 3.5 installed in the same time?

前端 未结 6 1614
半阙折子戏
半阙折子戏 2020-12-12 10:25

I am using currently Anaconda with Python 2.7, but I will need to use Python 3.5. Is it ok to have them installed both in the same time? Should I expect some problems?
I

6条回答
  •  离开以前
    2020-12-12 10:49

    Yes, It should be alright to have both versions installed. It's actually pretty much expected nowadays. A lot of stuff is written in 2.7, but 3.5 is becoming the norm. I would recommend updating all your python to 3.5 ASAP, though.

提交回复
热议问题