/bin/openshot needs to use #!/usr/bin/env python
Bug #722958 reported by
Jonathan Thomas
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenShot Video Editor |
Fix Released
|
Medium
|
Unassigned |
Bug Description
The /bin/openshot file needs to use the following syntax: #!/usr/bin/env python, instead of assuming the python interpreter is located at /usr/bin/python. Not all distros use /usr/bin/.
Changed in openshot: | |
milestone: | 1.3.1 → none |
milestone: | none → 1.4.0 |
Changed in openshot: | |
status: | In Progress → Fix Committed |
Changed in openshot: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
What about the openshot.py and openshot_render.py files ? They still uses /usr/bin/python...