cangermueller / deepcpg

Deep neural networks for predicting CpG methylation
MIT License
143 stars 66 forks source link

pip install deepcpg => bad interpreter: /anaconda3/envs/deepcpg/bin/python: no such file or directory #42

Open shawarden opened 1 year ago

shawarden commented 1 year ago

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