[Bug 238487] deskutils/conkyemail: Calls /usr/bin/env python at runtime

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 12 06:37:36 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238487

--- Comment #2 from Katsuyuki Miyoshi <katsu at miyoshi.matsuyama.ehime.jp> ---
(In reply to Kubilay Kocak from comment #1)
Yes, Please implement more appropriate method.

But more specifically, conkyEmail(the original of conkyemail_2.07.tar.gz) is as
follows.

========================================
% cat src/conkyEmail
#! /bin/sh
cd /usr/share/conkyemail/
$PYTHONPATH /usr/bin/python /usr/share/conkyemail/conkyEmail.py "$@"
========================================

This is not python shebang. Are there other ports that handle this case well?

(By the way, it is a known original bug that $PYTHONPATH is here.)

Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-python mailing list