Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/47e453e4198221d6033594fae2e3183b to your computer and use it in GitHub Desktop.
Save ryantm/47e453e4198221d6033594fae2e3183b to your computer and use it in GitHub Desktop.
/nix/store/s2n66xgdv8xf1g8mmxpyy0dplshm523y-python3.7-ipdb-0.12.2
├── bin
│   └── ipdb3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── ipdb
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   └── stdout.cpython-37.pyc
│   │   └── stdout.py
│   └── ipdb-0.12.2.dist-info
│   ├── AUTHORS
│   ├── COPYING.txt
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
8 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment