pyre.externals.Python

Module Contents

class pyre.externals.Python.Python

Bases: pyre.externals.Tool.Tool, pyre.externals.Library.Library

The package manager for the python interpreter

category = python
interpreter
doc = the full path to the interpreter
class pyre.externals.Python.Default

Bases: pyre.externals.ToolInstallation.ToolInstallation, pyre.externals.LibraryInstallation.LibraryInstallation

The base class for for python instances

flavor
category
libraries
doc = the libraries to place on the link line
interpreter
doc = the full path to the python interpreter
dpkg(self, packager)

Attempt to repair my configuration

macports(self, packager)

Attempt to repair my configuration

class pyre.externals.Python.Python2

Bases: pyre.externals.Python.Default

The package manager for python 2.x instances

flavor
defines
doc = the compile time markers that indicate my presence
class pyre.externals.Python.Python3

Bases: pyre.externals.Python.Default

The package manager for python 3.x instances

flavor
defines
doc = the compile time markers that indicate my presence