How do I create a virtual enviroment with venv using a specific version of python on m1. I currently have 3.9.6 and I want a virtual enviroment with 3.10. I create my virtual env using : python3 -m venv .
Is there a way I can specify the version, also not a fan of conda.