r4m0n / ZenStates-Linux

Dynamically edit AMD Ryzen processor P-States
MIT License
521 stars 66 forks source link

Specify python3 as the interpreter #9

Open py-crash opened 5 years ago

py-crash commented 5 years ago

The interpreter is specified as !#/usr/bin/python3 in the scripts for compatibility with legacy systems that still use python2 as the default interpreter, such as ubuntu or debian. This doesn't affects other systems that use python3, e.g. Arch Linux, as the default interpreter since the symlink is there.