Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (16.4k points)

I needed to refresh my python 2.6.1 to 3.x on a mac however I was contemplating whether it's conceivable to do it using a terminal or I need to download the installer from the python site? 

The motivation behind why I am posing this inquiry is that installer isn't refreshing my terminal python rendition.

1 Answer

0 votes
by (26.4k points)

The default Python on OS X shouldn't be played with as it's utilized by the OS itself. On the off chance that your default is 2.6.1, at that point you should have Snow Leopard. 

On the off chance that you simply introduce from the standard 3.1 circle picture, at that point you can summon it utilizing python3.1 from the terminal (you don't need to do any additional means for this to work) and you can leave the plain python as 2.6.1.

Want to know more  about  python? Come and Join: python certification course

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
4 answers
0 votes
5 answers

Browse Categories

...