When i run latexindent -v I get: segmentation fault latexindent -v
With sudo latexindent -v: 3.8, 2020-03-21
I installed latex indent with sudo tlmgr install latexindent because without it I would get: You don't have permission to change the installation in any way,
specifically, the directory /usr/local/texlive/2020basic/tlpkg/ is not writable.
It doesn't work in VSCode either, the path is set up good. I guess it's because it calls latexindent without sudo.
/usr/local/texlive/2020basic/texmf-dist/scripts/latexindenthasrwxr-x-rxpermissions. – zzsolt Apr 24 '20 at 05:16/usr/local/texlive/2020basic/bin/x86-Darwin? – Herb Schulz Apr 24 '20 at 13:38rwxr-xr-xpermissions – zzsolt Apr 25 '20 at 08:14which latexindentandecho $PATHreturn? – Herb Schulz Apr 25 '20 at 12:55/Library/TeX/texbin/latexindentand the path variable contains the/Library/TeX/texbindirectory – zzsolt Apr 26 '20 at 08:52brew cask install. Tried thissudo chown -R yourusername /usr/local/texlive/2020and reinstalled the package but still get segmentation fault. – zzsolt Apr 26 '20 at 08:57