You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ -x"${PIP}" ]] &&"${PIP}" show numpy | grep 'Version'>/dev/null;then
echo'NumPy is installed.'>&2
exit 0
else
echo'ERROR: missing dependency. Ensure pip is installed (https://github.com/pypa/pip). If so, please install NumPy (http://www.numpy.org/). Once installed, run the command again.'>&2