| Summary: | #!/usr/bin/python in testsuite | ||
|---|---|---|---|
| Product: | Telepathy | Reporter: | Ting-Wei Lan <lantw44> |
| Component: | tp-glib | Assignee: | Telepathy bugs list <telepathy-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
| Severity: | normal | ||
| Priority: | medium | CC: | ajacoutot |
| Version: | git master | Keywords: | patch |
| Hardware: | Other | ||
| OS: | FreeBSD | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Attachments: | stop hardcoding python's path in .py scripts | ||
|
Description
Ting-Wei Lan
2014-03-23 06:08:37 UTC
I usually use "#!/usr/bin/env python". Is that the proper way to go? (In reply to comment #1) > I usually use "#!/usr/bin/env python". Is that the proper way to go? Seems reasonable. (In reply to comment #1) > I usually use "#!/usr/bin/env python". Is that the proper way to go? Some distribution uses python3 as python, so using "#!/usr/bin/env python2" may be better. Created attachment 98686 [details] [review] stop hardcoding python's path in .py scripts Comment on attachment 98686 [details] [review] stop hardcoding python's path in .py scripts Review of attachment 98686 [details] [review]: ----------------------------------------------------------------- Ship it. Merged to master. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.