Skip to content

Instantly share code, notes, and snippets.

@etiennepouliot
Created March 19, 2019 14:34
Show Gist options
  • Save etiennepouliot/e515b3052a3ddb4c550a1a5f728f782c to your computer and use it in GitHub Desktop.
Save etiennepouliot/e515b3052a3ddb4c550a1a5f728f782c to your computer and use it in GitHub Desktop.
Remove all dependencies created by ipdb in a python virtualenv
pip freeze | egrep -v '^(decorator|ipython-genutils|six|traitlets|backcall|ptyprocess|pexpect|wcwidth|prompt-toolkit|parso|jedi|pygments|pickleshare|ipython|ipdb)==' > requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment