Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Specify python2.7 in the Makefile for the venv.
Browse files Browse the repository at this point in the history
Otherwise some distributions will try to install it with python 3.X
  • Loading branch information
almet committed Sep 2, 2013
1 parent 3d52874 commit 5047d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ BIN = $(HERE)/bin
PYTHON = $(BIN)/python

INSTALL = $(BIN)/pip install --no-deps
VTENV_OPTS ?= --distribute
VTENV_OPTS ?= --distribute -p python2.7

BUILD_DIRS = bin build include lib lib64 man share

Expand Down

0 comments on commit 5047d5c

Please sign in to comment.