generate-flatpak-script: use python3, not python
This commit is contained in:
parent
25840afb35
commit
10ea48080e
|
@ -27,4 +27,4 @@ flatpak-env/bin/python flatpak-pip-generator --output flatpak-pip \
|
|||
--requirements-file=flatpak-requirements.txt
|
||||
|
||||
flatpak-env/bin/pip install PyYAML
|
||||
python collector.py
|
||||
python3 collector.py
|
||||
|
|
Loading…
Reference in New Issue
Block a user