Closed ussserrr closed 6 years ago
Strange... The location of the script file is passed to setuptools
and should be installed automatically, and when I was testing it on my systems it has always worked. Don't know when I will have the time to test on a ubuntu 18 vm...
Same on Debian 9 Stretch (Python 3.5, for Ubuntu 18 Python 3.6).
Same here, didn't work. Now how do I uninstall this? Using Ubuntu 18.04
I guess you can uninstall in the same way as installed - through PIP: pip3 uninstall kolorcontrol
Thanks @ussserrr ! that worked :)
I have just tested this on a Ubuntu 18 live disc. The command is correctly installed to ~/.local/bin
. However, this directory is only appended to $PATH
by the .profile
script if it already existed on login. After a new login the command should be there. The same problem seems to keep pyqt_distutils
from compiling the ui file correctly....
Installing kolorcontrol in the way described in README.md does not lead to appearing
kolorcontrol
command (Ubuntu 18). The only way that I found out to launch the app is to manually clone the repo and movescripts/kolorcontrol
tokolorcontrol
and edit first line fromto
Then we can start running
./kolorcontrol
(only inkolorcontrol
directory).