Every line of 'delete virtualenv' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
97 def remove_virtualenv(cwd, venv_path): 98 subprocess.check_call(["rm", "-rf", venv_path], cwd=cwd)
72 def do(self): 73 for dirname in ['bin', 'include', 'lib', 'src', 'build']: 74 self.conf.dirname = dirname 75 sudo('rm --recursive --force %(env_path)s/%(dirname)s' % self.conf)