From be1f95f20083e64955bb041f94d96bb46b8112b1 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 9 Jan 2017 18:00:43 -0200 Subject: Added error message in case virtualenv doesn't exist --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c00dd461..e903ab34 100644 --- a/Makefile +++ b/Makefile @@ -119,6 +119,7 @@ ensure_phantomjs_installed: .PHONY: ensure_virtualenv_installed ensure_virtualenv_installed: @if [ ! `which virtualenv` ]; then\ + echo "Virtualenv must be installed";\ exit 1;\ else\ echo "Virtualenv located at "`which virtualenv`;\ -- cgit v1.2.3