We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4361d commit f6199a0Copy full SHA for f6199a0
psij-ci-setup
@@ -296,8 +296,9 @@ check_pip_version() {
296
PIP_PYTHON_VERSION=`$PIP --version | sed -nE 's/.*\(python\s(.*)\)/\1/p'`
297
298
if [ "$PYTHON_VERSION" != "$PIP_PYTHON_VERSION" ]; then
299
- echo -e "\e[33mWarning: The installed $PIP comes from Python $PIP_PYTHON_VERSION while your"
300
- echo -e "Python interpreter has version $PYTHON_VERSION. This is likely to cause problems.\e[0m"
+ echo -e "\e[33mWarning: The installed $PIP comes from Python $PIP_PYTHON_VERSION while your Python"
+ echo -e "interpreter has version $PYTHON_VERSION. If this causes problems, please use a "
301
+ echo -e "virtual environment.\e[0m"
302
fi
303
}
304
0 commit comments