Open manuelmillefiori opened 4 years ago
I had the same issue and have an easy solution for you.
Install Python 2.7
sudo apt install python2
Create a new shell script
sudo touch katoolin/katoolin.sh
(Optional step): move katoolin/
to some location like /opt
sudo mv ./katoolin/ /opt/
Use the script to open katoolin.py
to with python2
echo '#!/bin/bash' > katoolin/katoolin.sh
echo python2 <ABSOLUTE_PATH>/katoolin.py
Create a Symlink to /user/local/bin
sudo ln -sf <ABSOLUTE_PATH>/katoolin.sh /usr/local/bin/
It works perfectly fine for me. If you need some more help feel free to contact me. ;)
i have python3 and i can't install python2 how i can open katoolin::!!:!
Just install katoolin's fork for python3 which is called katoolin3
Hi, i have a problem in Ubuntu 20.04 LTS, when i have to do the command: chmod +x /usr/bin/katoolin . The katoolin file doesn't exitst. Anyone know what i have to do?