I have Python 3.10 in my machine. But I want to use 3.8 for a project. How can I create a virtual environment with Python 3.8 ?
            Asked
            
        
        
            Active
            
        
            Viewed 1,861 times
        
    -2
            
            
        - 
                    1`py -3.8 -m venv your_venv_directory` – wovano Aug 24 '22 at 07:56
 
    