Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make clean breaks virtualenvs stored inside the repo clone #353

Closed
godlygeek opened this issue Apr 23, 2023 · 1 comment · Fixed by #363
Closed

make clean breaks virtualenvs stored inside the repo clone #353

godlygeek opened this issue Apr 23, 2023 · 1 comment · Fixed by #363
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@godlygeek
Copy link
Contributor

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 our make clean to only remove files that we know we've created.

@godlygeek godlygeek added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Apr 23, 2023
@jayybhatt
Copy link
Contributor

jayybhatt commented Apr 24, 2023

I'll take this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants