Skip to content

Instantly share code, notes, and snippets.

@rawrgulmuffins
Created September 10, 2017 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rawrgulmuffins/a1d38e2f514e38cefc9e8e2cbafafa38 to your computer and use it in GitHub Desktop.
Save rawrgulmuffins/a1d38e2f514e38cefc9e8e2cbafafa38 to your computer and use it in GitHub Desktop.
#!/bin/bash
source /usr/local/bin/virtualenvwrapper.sh
list_of_names=$(lsvirtualenv)
for name in $list_of_names
do
rmvirtualenv $name
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment