Dot-Zsh/scripts/python.sh
2025-12-04 09:23:10 +00:00

15 lines
236 B
Bash

#!/bin/bash
set -e
# Bold Colors
YELLOW='\033[1;33m'
BLUE='\033[1;34m'
RED='\033[1;31m'
GREEN='\033[1;32m'
NC='\033[0m'
# Python Setup
echo -e "${BLUE} LOG:${YELLOW} Setting up Python environment...${NC}"
# MiniConda Installation