Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
AnthonyDB edited this page Feb 28, 2012 · 4 revisions

Overview

Installing and configuring Python can be a daunting first hurdle for budding programmers. Below are links to instructions for getting started on various operating system. In addition, check out the Package Installer section for info on setting up an installer for 3rd-party Python packages.

Install/Configuration

Linux

Generally, most versions have Python pre-installed

  • Ubuntu -- as of 11.10, came pre-installed with Python 2.7
  • CentOS -- tends to lag significantly behind latest Python versions; you may need to install a newer version

Mac

Windows

Package Installation

There are a number of ways to install 3rd-party libraries for Python. Generally, the easiest method is to use a package manager that can also handle the downloading/installation of dependencies (additional libraries that a particular module might depend on). Below are the two standard package managers for Python:

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.