|
@@ -113,4 +113,5 @@ echo -e "${VERDE} ¡Instalación Completada con Éxito!${NC}"
|
|
|
echo -e "${VERDE}==========================================================${NC}"
|
|
echo -e "${VERDE}==========================================================${NC}"
|
|
|
echo -e "Comandos disponibles:"
|
|
echo -e "Comandos disponibles:"
|
|
|
echo -e " python2.7 --version -> $(python2.7 --version 2>&1)"
|
|
echo -e " python2.7 --version -> $(python2.7 --version 2>&1)"
|
|
|
-echo -e " pip2.7 --version -> $(pip2.7 --version)"
|
|
|
|
|
|
|
+echo -e " pip2.7 --version -> $(pip2.7 --version)"
|
|
|
|
|
+exit 0
|