|
'sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10' |
I'm not sure you need to do this at all (all well-written bits and pieces should call python3 for python 3 anyway), but you can avoid this separate step by adding the package python-is-python3 to the DEB package installation list. (It could replace python3, since it depends on python3).
actions-setup-cekit/src/install.js
Line 13 in ecacd86
I'm not sure you need to do this at all (all well-written bits and pieces should call
python3for python 3 anyway), but you can avoid this separate step by adding the packagepython-is-python3to the DEB package installation list. (It could replacepython3, since it depends onpython3).