Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 9, 2019 16:17
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/c7b392f6188ed59881d6549a616e1dca to your computer and use it in GitHub Desktop.
Save ryantm/c7b392f6188ed59881d6549a616e1dca to your computer and use it in GitHub Desktop.
/nix/store/yvhpb4hiahni440wqfs0l6qnv83x4apx-python3.8-Rtree-0.9.1
├── lib
│   └── python3.8
│   └── site-packages
│   ├── rtree
│   │   ├── core.py
│   │   ├── index.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── core.cpython-38.pyc
│   │   ├── index.cpython-38.pyc
│   │   └── __init__.cpython-38.pyc
│   └── Rtree-0.9.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 13 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment