diff --git a/Makefile b/Makefile index 80d3d819..e58e87f8 100644 --- a/Makefile +++ b/Makefile @@ -25,10 +25,10 @@ endif ifeq (${platform},Darwin) install-python-dependencies: - sudo -H pip install --upgrade ${pydeps} + sudo -H pip3 install --upgrade ${pydeps} else install-python-dependencies: - pip install --upgrade pyyaml boto3 + pip3 install --upgrade pyyaml boto3 endif install-tools: $(tools)