trackmastersteve / alienfx

AlienFX is a CLI and GUI utility to control the lighting effects of your Alienware computer.
GNU General Public License v3.0
285 stars 70 forks source link

sudo: python: command not found #120

Open liebestraum3 opened 1 year ago

liebestraum3 commented 1 year ago

i know this is probably a very trivial problem but im a complete linux newbie and im not sure what's going on. i downloaded the packages for my os but whenever i run the command "$ sudo python setup.py install" i get an error saying " sudo: python: command not found". I have pyusb and setuptools installed. what am i doing wrong?

27rohitb commented 1 year ago

@liebestraum3 , just replace "python" with "python3" in that :)