deepcpg
deepcpg copied to clipboard
pip install deepcpg => bad interpreter: /anaconda3/envs/deepcpg/bin/python: no such file or directory
The shebang that comes with pip install deepcpg
is #!/anaconda3/envs/deepcpg/bin/python
instead of something more sane like #!/bin/env python3