Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On systems where both python2 & 3 are installed, its better enforcing python3. If python points to python2, hardware-detect fails with the following message : -bash-4.2# hardware-detect Traceback (most recent call last): File "/usr/bin/hardware-detect", line 6, in <module> from hardware.detect import main File "/usr/lib/python2.7/site-packages/hardware/detect.py", line 34, in <module> from hardware import areca File "/usr/lib/python2.7/site-packages/hardware/areca.py", line 99 def _run_and_parse(*args, rev=False): Let's default to python3. Signed-off-by: Erwan Velu <[email protected]>
- Loading branch information