Breaking it down

This commit is contained in:
MangoPig
2025-12-04 09:23:10 +00:00
parent 45cd93d43d
commit 10f55ec25c
10 changed files with 276 additions and 281 deletions

15
scripts/python.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/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