Project- Removing dead code in Python with Vulture

7 / 7

Deactivate virtual environment and delete project directory

Now that we have a good understand of how to detect dead code with Vulture, we will deactivate the virtual environment that we had created, and then we will delete our project directory.

INSTRUCTIONS
  • Deactivate the virtual environment

    deactivate
    
  • Go to the root directory

    cd ~
    
  • Delete project directory

    rm -rf Vulture-Example
    
See Answer

No hints are availble for this assesment


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...