Added echo python3.* line back in

This commit is contained in:
Sam Germain 2021-07-14 20:01:43 -06:00
parent 74d7497a47
commit 65ce7c9838
1 changed files with 2 additions and 0 deletions

View File

@ -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