Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Use explicit python version for virtualenv.
Browse files Browse the repository at this point in the history
Closes #155
  • Loading branch information
scttl committed Jan 13, 2016
1 parent 29ed0eb commit cb868b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -20,7 +20,7 @@

# where our installed python packages will live
VIRTUALENV_DIR := .venv
VIRTUALENV_EXE := virtualenv # use pyvenv for python3 install
VIRTUALENV_EXE := virtualenv -p python2.7 # use pyvenv for python3 install
ACTIVATE := $(VIRTUALENV_DIR)/bin/activate

# get release version info
Expand Down

0 comments on commit cb868b7

Please sign in to comment.