Skip to content

Commit

Permalink
Fixed pip_check target
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Drumgoole committed Aug 2, 2018
1 parent 73da11d commit f967d98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ pip_check:
@if [ "${PIPBIN}" = "" ];then\
echo "pip is not installed. Please install using instructions from:";\
echo "https://pip.pypa.io/en/stable/installing/";\
${PYTHON} -m webbrowser "https://pip.pypa.io/en/stable/installing/";\
python -m webbrowser "https://pip.pypa.io/en/stable/installing/";\
exit 1;\
else\
echo "using pip in '${PIPBIN}'";\
fi

mongod_check:
Expand Down

0 comments on commit f967d98

Please sign in to comment.