I'm using python 3.10 in vs code and i have to create a project using python 3.8 so how could i create a virtual environment with python 3.8?
i tried in the vs code command prompt python -m venv venv, it is creating the environment but i cannot find the required version of python.