Skip to content

Instantly share code, notes, and snippets.

@andrewpetrochenkov
Created April 14, 2025 10:54
Show Gist options
  • Save andrewpetrochenkov/69fd0174307076a0ff7c1f364ca418df to your computer and use it in GitHub Desktop.
Save andrewpetrochenkov/69fd0174307076a0ff7c1f364ca418df to your computer and use it in GitHub Desktop.
pip install -e . #pip #python
find . -type d -name "*.egg-info" -exec rm -fr {} \;
pip install -e .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment