Open
Description
Hello,
I have both Python 2.7 and 3.7 on my computer, running Windows 7 Enterprise and with 3.7 in the environment variable. When I try to run bagit, I get an error that says: Unable to create process using '/usr/local/opt/python@2/bin/python2.7 "' I noticed that the bagit.py file in Scripts has #!/usr/local/opt/python@2/bin/python2.7 at the top, while in Lib\site-packages it has #!/usr/bin/env python. Does this have something to do with having both versions installed, or with my environment variable settings? Thanks.
Jamie