Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upgrading Python to 2.7 on OSX

Tags:

python

macos

How can I upgrade Python from 2.6 to 2.7 on osx ?

like image 951
ztatic Avatar asked Jun 29 '11 05:06

ztatic


People also ask

How do I upgrade Python on Mac?

Let's try it out. 1. First, download an installer package from the Python website. To do that, visit https://www.python.org/downloads/ on your Mac; it detects your operating system automatically and shows a big button for downloading the latest version of Python installer on your Mac.

Does Python 2.7 come with Mac?

Mac OS X comes with Python 2.7 out of the box. In particular, you should always install Setuptools, as it makes it much easier for you to install and manage other third-party Python libraries.

How do I update Python in terminal?

All you have to do is visit the Python downloads page and download the latest version. Clicking on the button will replace the existing version of Python with the new version. The older version will be removed from your computer. After you restart the computer, the new patch will be installed on your machine.


1 Answers

There's an installer for it here.

like image 130
Jeb Avatar answered Sep 21 '22 03:09

Jeb