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"Python 3.12 is installed, proceeding with python3.12..."
python3.12 -m venv .venv
else
echo"The recommended version of Python to run xotorch with is Python 3.12, but $(python3 --version) is installed. Proceeding with $(python3 --version)"