Created
April 14, 2025 10:54
-
-
Save andrewpetrochenkov/69fd0174307076a0ff7c1f364ca418df to your computer and use it in GitHub Desktop.
pip install -e . #pip #python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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