Decrypt disk image step fails when python3 is implicitly used
andreicalin-georgescu opened this issue · 0 comments
andreicalin-georgescu commented
When multiple versions of python are installed on the same system(i. e. python 2.7 and python 3), run_all script fails to decrypt disk image file because of a print statement. For now, a quick(and rather dirty) fix is modifying bin/decrypt_kernel to explicitly use python2(line 34).