make clean
breaks virtualenvs stored inside the repo clone
#56
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
If you create a virtualenv inside a clone of the repo, running
make clean
will break it by removing all of the*.so
files inside of it. We should improve ourmake clean
to only remove files that we know we've created.The text was updated successfully, but these errors were encountered: