The shebang that comes with `pip install deepcpg` is `#!/anaconda3/envs/deepcpg/bin/python` instead of something more sane like `#!/bin/env python3`
The shebang that comes with
pip install deepcpgis#!/anaconda3/envs/deepcpg/bin/pythoninstead of something more sane like#!/bin/env python3