Added echo python3.* line back in

pull/5271/head
Sam Germain 5 years ago
parent 74d7497a47
commit 65ce7c9838

@ -21,6 +21,8 @@ function check_installed_python() {
PYTHON="python3.${v}"
which $PYTHON
if [ $? -eq 0 ]; then
echo "using ${PYTHON}"
check_installed_pip
return
fi

Loading…
Cancel
Save