I got this warning when I run my python app on bluemix:
You are using pip version 7.1.0, however version 8.1.0 is available.
How do I run shell commands like "pip install --upgrade pip" in my cf app?
Adding "Shell script" step on Build or Deploy stage gave me pip not found
error.
Thanks!