You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Error: Not in a Python virtual environment. please do 'source ~/ENV3/bin/activate' if you have one there, otherwise if you dont,\n'python3.12 -m venv ~/ENV3' and then 'source ~/ENV3/bin/activate'"; \
exit 1; \
else \
echo "You are in a Python virtual environment."; \