CoLRev-Environment / colrev

CoLRev: An open-source environment for collaborative reviews
https://colrev-environment.github.io/colrev/
MIT License
28 stars 24 forks source link

bug: /usr/bin/env: ‘python3.8’: No such file or directory #581

Closed geritwagner closed 1 day ago

geritwagner commented 1 day ago

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:

git commit -m update

Other information:

geritwagner commented 1 day ago

Solved with

rm -r .git/hooks
pre-commit uninstall
pre-commit install