I want to learn how to remove a virtual environment using the windows command prompt, I know that I can easily remove the folder of the environment. But I want to know if there is a more professional way to do it.
            Asked
            
        
        
            Active
            
        
            Viewed 1.1k times
        
    1 Answers
1
            There is no command to remove virtualenv, you can deactivate it or remove the folder but unfortunately virtualenv library doesn't contain any kind of removal functionality.
 
    
    
        Hussnain Raza
        
- 51
- 4
- 
                    So removing the environment folder is the only way to do it. Okay thank you! – Hasan Jul 15 '20 at 12:32
