Skip to content

Commit

Permalink
Fixed python version in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
matlink committed Jun 21, 2017
1 parent 4668d53 commit 15dc7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $Id: Makefile,v 1.6 2015/08/24 22:00:00 Matlink Exp $
#
SHELL := /bin/bash
PYTHON=$(shell which python3)
PYTHON=$(shell which python2)
GIT=$(shell which git)
GPG=$(shell which gpg)
TWINE=$(shell which twine)
Expand Down

0 comments on commit 15dc7d7

Please sign in to comment.