Skip to content

Commit

Permalink
[Makefile] python2.7 → python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Jan 27, 2016
1 parent dd6cf89 commit fece925
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,4 +1,4 @@
python := "$(shell { command -v python2.7 || command -v python; } 2>/dev/null)"
python := "$(shell { command -v python3 || command -v python; } 2>/dev/null)"

# Set the relative path to installed binaries under the project virtualenv.
# NOTE: Creating a virtualenv on Windows places binaries in the 'Scripts' directory.
Expand Down

0 comments on commit fece925

Please sign in to comment.