diff options
author | Bruno Wagner <bwagner@riseup.net> | 2017-01-09 18:00:43 -0200 |
---|---|---|
committer | Bruno Wagner <bwagner@riseup.net> | 2017-01-09 18:00:43 -0200 |
commit | be1f95f20083e64955bb041f94d96bb46b8112b1 (patch) | |
tree | 35cab776e3b6acabec77ddfaf9f67efc9a02fdec /Makefile | |
parent | 62975b2391180b065f4a0f1537f8fbf191223b89 (diff) |
Added error message in case virtualenv doesn't exist
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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`;\ |