-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
actions-setup-cekit/src/install.js
Line 13 in ecacd86
| '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).
manusa
Metadata
Metadata
Assignees
Labels
No labels