chmod: cannot access '/usr/bin/katoolin': No such file or directory
codemaster840 opened this issue · 1 comments
codemaster840 commented
how can i fix this ?
phulam2009 commented
Install Python2.7 requirement.
Ref: https://linux.how2shout.com/how-to-install-python-2-7-on-ubuntu-20-04-lts/
After fix line 1 in file text /usr/bin/katoolin
#!/usr/bin/python --> #!/usr/bin/python2
Good luck!