@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.