Closed geritwagner closed 1 day ago
colrev version: 0.13.0
Current behavior: The git commit command fails with /usr/bin/env: ‘python3.8’: No such file or directory (after reinstalling the operating system).
git commit
/usr/bin/env: ‘python3.8’: No such file or directory
Expected behavior: Running the pre-commit hooks successfully
Steps to reproduce: -
Related code:
git commit -m update
Other information:
Solved with
rm -r .git/hooks pre-commit uninstall pre-commit install
Bug Report
colrev version: 0.13.0
Current behavior: The
git commit
command fails with/usr/bin/env: ‘python3.8’: No such file or directory
(after reinstalling the operating system).Expected behavior: Running the pre-commit hooks successfully
Steps to reproduce: -
Related code:
Other information: