Commit beb2cd93 authored by Hanno Schlichting's avatar Hanno Schlichting

Merge pull request #12 from mgedmin/multi-python

Support multiple Pythons in the same working tree
parents edf74c4a e1005254
......@@ -4,7 +4,7 @@ build/
develop-eggs/
eggs/
parts/
python/
python*/
*.pyc
*.egg
*.egg-info
HERE = $(shell pwd)
PYTHON_PATH = $(HERE)/python
PYTHON_VER ?= 2.7
PYTHON_MINOR ?= 2.7.3
PYTHON_PATH = $(HERE)/python$(PYTHON_VER)
ifeq ($(PYTHON_VER),2.6)
PYTHON_MINOR = 2.6.8
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment