openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #06263
[Bug 722958] Re: /bin/openshot needs to use #!/usr/bin/env python
What about the openshot.py and openshot_render.py files ? They still
uses /usr/bin/python...
--
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/722958
Title:
/bin/openshot needs to use #!/usr/bin/env python
Status in OpenShot Video Editor:
Fix Committed
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/.
References