Git clang-format

Hello!

I try to format my commits with git clang-format. Unfortunately I obtain following:

    [Clang/latest-o2] ~/alice/QualityControl $> git clang-format origin/dev
    /usr/bin/env: ‘python’: No such file or directory

What do I do in this case?
System is ubuntu 20.04, followed this guide:

Thanks & regards,
Sergey

Hi,

could you try with alienv enter Clang/latest Python/latest ?

Cheers,

Hi, Barth!

it appeared that I don’t have Python/latest on my laptop. However alienv enter Clang/latest Python-modules/latest did the job. Thank you!

Cheers,
Sergey